Shades of Dodger Blue #028FEC
Tints of Dodger Blue #028FEC
RGB
CMYK
RGB Variations
Color information
#028FEC (or 0x028FEC) is known color: Dodger Blue. HEX triplet: 02, 8F and EC. RGB value is (2,143,236). Sum of RGB (Red+Green+Blue) = 2+143+236=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #028FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028FEC is #FD7013. Grayscale: #6E6E6E. Windows color (decimal): -16609300 or 15503106. OLE color: 15503106.
HSL color Cylindrical-coordinate representation of color #028FEC: hue angle of 203.85º 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 #028FEC is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 143 | 236 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.07 |
| HSL | 203.85º | 0.98% | 0.47% | - |
| HSV(B) | 203.85º | 0.99% | 0.93% | - |
| XYZ | 24.99 | 25.71 | 83 | - |
| YUV | 111.44 | 198.29 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 236 | 0.99 | 0.39 | 0 | 0.07 | 203.85 | 0.98 | 0.47 |
| Hex | 2 | 8F | EC | 63 | 27 | 0 | 7 | CC | 62 | 2F |
| Octal | 2 | 217 | 354 | 143 | 47 | 0 | 7 | 314 | 142 | 57 |
| Binary | 10 | 10001111 | 11101100 | 1100011 | 100111 | 0 | 111 | 11001100 | 1100010 | 101111 |
Color Harmonies of #028FEC
Complementary color
Monochromatic Colors of #028FEC
Black with #028FEC
Text Example
Text Example
White with #028FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FEC; }
p { color: rgb(2,143,236); }
H1.HeaderClassName
{
color: #028FEC;
}
.AnyTagClassName
{
color: #028FEC;
}
</style>
background-color css
<style>
a { background-color: #028FEC; }
a { background-color: rgb(2,143,236); }
div.DivClassName
{
background-color: #028FEC;
}
.BgClassName
{
background-color: #028FEC;
}
</style>
border-color css
<style>
span { border-color: #028FEC; }
span { border-color: rgb(2,143,236); }
td.TdClassName
{
border-color: #028FEC;
}
.TagClassName
{
border-color: #028FEC;
}
</style>