#028EEF

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

Shades of Dodger Blue #028EEF

Tints of Dodger Blue #028EEF

Color information

#028EEF (or 0x028EEF) is unknown color: approx Dodger Blue. HEX triplet: 02, 8E and EF. RGB value is (2,142,239). Sum of RGB (Red+Green+Blue) = 2+142+239=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #028EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028EEF is #FD7110. Grayscale: #6E6E6E. Windows color (decimal): -16609553 or 15699458. OLE color: 15699458.

HSL color Cylindrical-coordinate representation of color #028EEF: hue angle of 204.56º 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 #028EEF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2142239-
CMYK0.990.4100.06
HSL204.56º98.34%47.25%-
HSV(B)204.56º99.16%93.73%-
XYZ25.2825.5985.27-
YUV111.2200.1250.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 239 (93.75% from 255) = 62.40%
R=0.52%
G=37.08%
B=62.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal21422390.990.4100.06204.5698.3447.25
Hex28EEF632906cd622f
Octal2216357143510631514257
Binary10100011101110111111000111010010110110011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028EEF; }

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

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

<style>
 a { background-color: #028EEF; }

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

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

<style>
 span { border-color: #028EEF; }

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

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