Shades of Dodger Blue #028FFF
Tints of Dodger Blue #028FFF
RGB
CMYK
RGB Variations
Color information
#028FFF (or 0x028FFF) is known color: Dodger Blue. HEX triplet: 02, 8F and FF. RGB value is (2,143,255). Sum of RGB (Red+Green+Blue) = 2+143+255=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #028FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028FFF is #FD7000. Grayscale: #717171. Windows color (decimal): -16609281 or 16748290. OLE color: 16748290.
HSL color Cylindrical-coordinate representation of color #028FFF: hue angle of 206.56º 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 #028FFF is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 143 | 255 | - |
| CMYK | 0.99 | 0.44 | 0 | 0 |
| HSL | 206.56º | 1% | 0.5% | - |
| HSV(B) | 206.56º | 0.99% | 1% | - |
| XYZ | 27.9 | 26.88 | 98.33 | - |
| YUV | 113.61 | 207.79 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 143 | 255 | 0.99 | 0.44 | 0 | 0 | 206.56 | 1 | 0.5 |
| Hex | 2 | 8F | FF | 63 | 2C | 0 | 0 | CF | 64 | 32 |
| Octal | 2 | 217 | 377 | 143 | 54 | 0 | 0 | 317 | 144 | 62 |
| Binary | 10 | 10001111 | 11111111 | 1100011 | 101100 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #028FFF
Complementary color
Monochromatic Colors of #028FFF
Black with #028FFF
Text Example
Text Example
White with #028FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028FFF; }
p { color: rgb(2,143,255); }
H1.HeaderClassName
{
color: #028FFF;
}
.AnyTagClassName
{
color: #028FFF;
}
</style>
background-color css
<style>
a { background-color: #028FFF; }
a { background-color: rgb(2,143,255); }
div.DivClassName
{
background-color: #028FFF;
}
.BgClassName
{
background-color: #028FFF;
}
</style>
border-color css
<style>
span { border-color: #028FFF; }
span { border-color: rgb(2,143,255); }
td.TdClassName
{
border-color: #028FFF;
}
.TagClassName
{
border-color: #028FFF;
}
</style>