Shades of Dodger Blue #028CFE
Tints of Dodger Blue #028CFE
RGB
CMYK
RGB Variations
Color information
#028CFE (or 0x028CFE) is known color: Dodger Blue. HEX triplet: 02, 8C and FE. RGB value is (2,140,254). Sum of RGB (Red+Green+Blue) = 2+140+254=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #028CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028CFE is #FD7301. Grayscale: #6F6F6F. Windows color (decimal): -16610050 or 16681986. OLE color: 16681986.
HSL color Cylindrical-coordinate representation of color #028CFE: hue angle of 207.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CFE is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 140 | 254 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.00 |
| HSL | 207.14º | 0.99% | 0.5% | - |
| HSV(B) | 207.14º | 0.99% | 1% | - |
| XYZ | 27.29 | 25.92 | 97.33 | - |
| YUV | 111.73 | 208.28 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 254 | 0.99 | 0.45 | 0 | 0.00 | 207.14 | 0.99 | 0.5 |
| Hex | 2 | 8C | FE | 63 | 2D | 0 | 0 | CF | 63 | 32 |
| Octal | 2 | 214 | 376 | 143 | 55 | 0 | 0 | 317 | 143 | 62 |
| Binary | 10 | 10001100 | 11111110 | 1100011 | 101101 | 0 | 0 | 11001111 | 1100011 | 110010 |
Color Harmonies of #028CFE
Complementary color
Monochromatic Colors of #028CFE
Black with #028CFE
Text Example
Text Example
White with #028CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028CFE; }
p { color: rgb(2,140,254); }
H1.HeaderClassName
{
color: #028CFE;
}
.AnyTagClassName
{
color: #028CFE;
}
</style>
background-color css
<style>
a { background-color: #028CFE; }
a { background-color: rgb(2,140,254); }
div.DivClassName
{
background-color: #028CFE;
}
.BgClassName
{
background-color: #028CFE;
}
</style>
border-color css
<style>
span { border-color: #028CFE; }
span { border-color: rgb(2,140,254); }
td.TdClassName
{
border-color: #028CFE;
}
.TagClassName
{
border-color: #028CFE;
}
</style>