Shades of Dodger Blue #028EFC
Tints of Dodger Blue #028EFC
RGB
CMYK
RGB Variations
Color information
#028EFC (or 0x028EFC) is known color: Dodger Blue. HEX triplet: 02, 8E and FC. RGB value is (2,142,252). Sum of RGB (Red+Green+Blue) = 2+142+252=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #028EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028EFC is #FD7103. Grayscale: #707070. Windows color (decimal): -16609540 or 16551426. OLE color: 16551426.
HSL color Cylindrical-coordinate representation of color #028EFC: hue angle of 206.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028EFC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 142 | 252 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.01 |
| HSL | 206.4º | 0.98% | 0.5% | - |
| HSV(B) | 206.4º | 0.99% | 0.99% | - |
| XYZ | 27.27 | 26.39 | 95.75 | - |
| YUV | 112.68 | 206.62 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 142 | 252 | 0.99 | 0.44 | 0 | 0.01 | 206.4 | 0.98 | 0.5 |
| Hex | 2 | 8E | FC | 63 | 2C | 0 | 1 | CE | 62 | 32 |
| Octal | 2 | 216 | 374 | 143 | 54 | 0 | 1 | 316 | 142 | 62 |
| Binary | 10 | 10001110 | 11111100 | 1100011 | 101100 | 0 | 1 | 11001110 | 1100010 | 110010 |
Color Harmonies of #028EFC
Complementary color
Monochromatic Colors of #028EFC
Black with #028EFC
Text Example
Text Example
White with #028EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028EFC; }
p { color: rgb(2,142,252); }
H1.HeaderClassName
{
color: #028EFC;
}
.AnyTagClassName
{
color: #028EFC;
}
</style>
background-color css
<style>
a { background-color: #028EFC; }
a { background-color: rgb(2,142,252); }
div.DivClassName
{
background-color: #028EFC;
}
.BgClassName
{
background-color: #028EFC;
}
</style>
border-color css
<style>
span { border-color: #028EFC; }
span { border-color: rgb(2,142,252); }
td.TdClassName
{
border-color: #028EFC;
}
.TagClassName
{
border-color: #028EFC;
}
</style>