Shades of Dodger Blue #028CFF
Tints of Dodger Blue #028CFF
RGB
CMYK
RGB Variations
Color information
#028CFF (or 0x028CFF) is known color: Dodger Blue. HEX triplet: 02, 8C and FF. RGB value is (2,140,255). Sum of RGB (Red+Green+Blue) = 2+140+255=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #028CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028CFF is #FD7300. Grayscale: #6F6F6F. Windows color (decimal): -16610049 or 16747522. OLE color: 16747522.
HSL color Cylindrical-coordinate representation of color #028CFF: hue angle of 207.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CFF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 140 | 255 | - |
| CMYK | 0.99 | 0.45 | 0 | 0 |
| HSL | 207.27º | 1% | 0.5% | - |
| HSV(B) | 207.27º | 0.99% | 1% | - |
| XYZ | 27.45 | 25.99 | 98.18 | - |
| YUV | 111.85 | 208.78 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 140 | 255 | 0.99 | 0.45 | 0 | 0 | 207.27 | 1 | 0.5 |
| Hex | 2 | 8C | FF | 63 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 2 | 214 | 377 | 143 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 10 | 10001100 | 11111111 | 1100011 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #028CFF
Complementary color
Monochromatic Colors of #028CFF
Black with #028CFF
Text Example
Text Example
White with #028CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028CFF; }
p { color: rgb(2,140,255); }
H1.HeaderClassName
{
color: #028CFF;
}
.AnyTagClassName
{
color: #028CFF;
}
</style>
background-color css
<style>
a { background-color: #028CFF; }
a { background-color: rgb(2,140,255); }
div.DivClassName
{
background-color: #028CFF;
}
.BgClassName
{
background-color: #028CFF;
}
</style>
border-color css
<style>
span { border-color: #028CFF; }
span { border-color: rgb(2,140,255); }
td.TdClassName
{
border-color: #028CFF;
}
.TagClassName
{
border-color: #028CFF;
}
</style>