Html Css Color HEX #029CFB Dodger Blue

📋 copy color: '#029CFB'

red 2 ◦ green 156 ◦ blue 251

#029CFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #029CFB

Tints of Dodger Blue #029CFB

RGB

 RED value IS 2 (1.17% from 255) = 0.49%

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 251 (98.44% from 255) = 61.37%

R = 0.49%
G = 38.14%
B = 61.37%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#029CFB (or 0x029CFB) is known color: Dodger Blue. HEX triplet: 02, 9C and FB. RGB value is (2,156,251). Sum of RGB (Red+Green+Blue) = 2+156+251=409 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #029CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029CFB is #FD6304. Grayscale: #787878. Windows color (decimal): -16605957 or 16489474. OLE color: 16489474.

HSL color Cylindrical-coordinate representation of color #029CFB: hue angle of 202.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CFB is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 2 156 251 -
CMYK 0.99 0.38 0 0.02
HSL 202.89º 0.98% 0.5% -
HSV(B) 202.89º 0.99% 0.98% -
XYZ 29.33 30.75 95.66 -
YUV 120.78 201.48 43.28 -
System Red Green Blue C M Y K H S L
Decimal 2 156 251 0.99 0.38 0 0.02 202.89 0.98 0.5
Hex 2 9C FB 63 26 0 2 CB 62 32
Octal 2 234 373 143 46 0 2 313 142 62
Binary 10 10011100 11111011 1100011 100110 0 10 11001011 1100010 110010

Color Harmonies of #029CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029CFB

Black with #029CFB

Text Example


Text Example

White with #029CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029CFB; }

 p { color: rgb(2,156,251); }

 H1.HeaderClassName
 {
   color: #029CFB;
 }
 .AnyTagClassName
 {
   color: #029CFB;
 }
</style>

background-color css

<style>
 a { background-color: #029CFB; }

 a { background-color: rgb(2,156,251); }

 div.DivClassName
 {
   background-color: #029CFB;
 }
 .BgClassName
 {
   background-color: #029CFB;
 }
</style>

border-color css

<style>
 span { border-color: #029CFB; }

 span { border-color: rgb(2,156,251); }

 td.TdClassName
 {
   border-color: #029CFB;
 }
 .TagClassName
 {
   border-color: #029CFB;
 }
</style>