#028cec

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

Shades of Dodger Blue #028CEC

Tints of Dodger Blue #028CEC

Color information

#028CEC (or 0x028CEC) is unknown color: approx Dodger Blue. HEX triplet: 02, 8C and EC. RGB value is (2,140,236). Sum of RGB (Red+Green+Blue) = 2+140+236=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #028CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028CEC is #FD7313. Grayscale: #6D6D6D. Windows color (decimal): -16610068 or 15502338. OLE color: 15502338.

HSL color Cylindrical-coordinate representation of color #028CEC: hue angle of 204.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CEC is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2140236-
CMYK0.990.4100.07
HSL204.62º98.32%46.67%-
HSV(B)204.62º99.15%92.55%-
XYZ24.5424.8382.86-
YUV109.68199.2851.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.53%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 236 (92.58% from 255) = 62.43%
R=0.53%
G=37.04%
B=62.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21402360.990.4100.07204.6298.3246.67
Hex28CEC632907cd622f
Octal2214354143510731514257
Binary10100011001110110011000111010010111110011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028cec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,140,236); }

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

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

 a { background-color: rgb(2,140,236); }

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

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

 span { border-color: rgb(2,140,236); }

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