#028DEF

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

Shades of Dodger Blue #028DEF

Tints of Dodger Blue #028DEF

Color information

#028DEF (or 0x028DEF) is unknown color: approx Dodger Blue. HEX triplet: 02, 8D and EF. RGB value is (2,141,239). Sum of RGB (Red+Green+Blue) = 2+141+239=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #028DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028DEF is #FD7210. Grayscale: #6E6E6E. Windows color (decimal): -16609809 or 15699202. OLE color: 15699202.

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

Color convert

RGB2141239-
CMYK0.990.4100.06
HSL204.81º98.34%47.25%-
HSV(B)204.81º99.16%93.73%-
XYZ25.1325.2985.22-
YUV110.61200.4550.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.52%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 239 (93.75% from 255) = 62.57%
R=0.52%
G=36.91%
B=62.57%

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
Decimal21412390.990.4100.06204.8198.3447.25
Hex28DEF632906cd622f
Octal2215357143510631514257
Binary10100011011110111111000111010010110110011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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