COLOR #029BFB

HEX: #029BFB
RGB: (2,155,251)

Color info

#029BFB contains mainly blue color. Web safe color of #029BFB is #0099FF (or #09F).

RGB color model

#029BFB color RGB value is (2,155,251).

  • red value is 2;
  • green value is 155;
  • blue value is 251.
RGB:
(2,155,251)
(1%,61%,98%)

RGB channels and saturation

R 2 of 255 = 1%
G 155 of 255 = 61%
B 251 of 255 = 98%

2
155
251

R + G + B ~ 53%. #029BFB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 155 + 251 = 408 (100%)
R 2 of 408 ~ 0.49%
G 155 of 408 ~ 37.99%
B 251 of 408 ~ 61.52%

%37.99
%61.52

CMYK color model

#029BFB color CMYK value is (99,38,0,2).

  • cyan value is 99.20%
  • magenta value is 38.25%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(99,38,0,2)
C99M38Y0K2 
(99%,38%,0%,2%)
(0.99/0.38/0.00/0.02)	

CMYK percentages

%99.2
%38.25
%0
%1.57

Codes

Color #029BFB in popluar color models

029BFB
RGB2155251
HSL203°98.42%49.61%
HSB/HSV203°99.20%98.43%
CMYK99.20%38.25%0.00%
1.57%

Color #029BFB in popluar number systems.

HEX029BFB
Decimal2155251
Binary101001101111111011
Octal2233373

Shades and tints

Shades of #029BFB

#029BFB
(2,155,251)
#028DE5
(2,141,229)
#027FCF
(2,127,207)
#0271B9
(2,113,185)
#0263A3
(2,99,163)
#02558D
(2,85,141)
#024777
(2,71,119)
#023961
(2,57,97)
#022B4B
(2,43,75)
#021D35
(2,29,53)
#020F1F
(2,15,31)
#000000
(0,0,0)

Tints of #029BFB

#029BFB
(2,155,251)
#19A4FB
(25,164,251)
#30ADFB
(48,173,251)
#47B6FB
(71,182,251)
#5EBFFB
(94,191,251)
#75C8FB
(117,200,251)
#8CD1FB
(140,209,251)
#A3DAFB
(163,218,251)
#BAE3FB
(186,227,251)
#D1ECFB
(209,236,251)
#E8F5FB
(232,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #029BFB color. Also use rgb(2,155,251) instead hex code.

Text Font Color

.myTextColor { color: #029BFB; }

<p style="color:#029BFB">This sample text font color is #029BFB.</p>

This text font color is #029BFB.


Background Color

.myBgColor { background-color: #029BFB; }

<div style="background-color:#029BFB">Inner text</div>

This div background color is #029BFB.


Border color

.myBorderColor { border: 1px solid #029BFB; }

<div style="border:3px solid #029BFB">Div</div>

This div border color is #029BFB.


Opacity

.myOpacity80 { color: #029BFB; opacity: 0.8; }

<p style="color:#029BFB;opacity:0.8;">80%</p>

Text with #029BFB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #029BFB;}

<p style="text-shadow: 3px 3px 1px #029BFB">Text here.</p>

This text has shadow with #029BFB color.

.textShadow {text-shadow: 3px 3px 1px #029BFB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #029BFB, 5px 5px 20px red">Text here.</p>

This text has shadow with #029BFB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#029BFB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#029BFB, Direction=45, Strength=4)">Text</p>

This text has shadow with #029BFB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #029BFB;
  -webkit-box-shadow:	1px 1px 3px 2px #029BFB;
  box-shadow:		1px 1px 3px 2px #029BFB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #029BFB;
-webkit-box-shadow: 1px 1px 3px 2px #029BFB;
box-shadow:1px 1px 3px 2px #029BFB;">
Div content here</div>
This div box has shadow with color #029BFB.

Preview

Color preview on black background

This text has color #029BFB on black background.


Color preview on white background

This text has color #029BFB on white background.



Black color preview on #029BFB background

This text has black color on #029BFB background.


White color preview on #029BFB background

This text has white color on #029BFB background.