#029CEF

Color #029CEF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #029CEF

Tints of Dodger Blue #029CEF

Color information

#029CEF (or 0x029CEF) is unknown color: approx Dodger Blue. HEX triplet: 02, 9C and EF. RGB value is (2,156,239). Sum of RGB (Red+Green+Blue) = 2+156+239=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #029CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029CEF is #FD6310. Grayscale: #767676. Windows color (decimal): -16605969 or 15703042. OLE color: 15703042.

HSL color Cylindrical-coordinate representation of color #029CEF: hue angle of 201.01º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029CEF is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2156239-
CMYK0.990.3500.06
HSL201.01º98.34%47.25%-
HSV(B)201.01º99.16%93.73%-
XYZ27.4930.0286.01-
YUV119.42195.4844.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.50%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 239 (93.75% from 255) = 60.20%
R=0.50%
G=39.29%
B=60.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal21562390.990.3500.06201.0198.3447.25
Hex29CEF632306c9622f
Octal2234357143430631114257
Binary10100111001110111111000111000110110110010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #029CEF;
 }
 .AnyTagClassName
 {
   color: #029CEF;
 }
</style>
background-color css

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

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

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

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

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

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