Shades of Dodger Blue #028DFF
Tints of Dodger Blue #028DFF
RGB
CMYK
RGB Variations
Color information
#028DFF (or 0x028DFF) is known color: Dodger Blue. HEX triplet: 02, 8D and FF. RGB value is (2,141,255). Sum of RGB (Red+Green+Blue) = 2+141+255=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #028DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028DFF is #FD7200. Grayscale: #6F6F6F. Windows color (decimal): -16609793 or 16747778. OLE color: 16747778.
HSL color Cylindrical-coordinate representation of color #028DFF: hue angle of 207.04º 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 #028DFF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 141 | 255 | - |
| CMYK | 0.99 | 0.45 | 0 | 0 |
| HSL | 207.04º | 1% | 0.5% | - |
| HSV(B) | 207.04º | 0.99% | 1% | - |
| XYZ | 27.6 | 26.28 | 98.23 | - |
| YUV | 112.44 | 208.45 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 255 | 0.99 | 0.45 | 0 | 0 | 207.04 | 1 | 0.5 |
| Hex | 2 | 8D | FF | 63 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 2 | 215 | 377 | 143 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 10 | 10001101 | 11111111 | 1100011 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #028DFF
Complementary color
Monochromatic Colors of #028DFF
Black with #028DFF
Text Example
Text Example
White with #028DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DFF; }
p { color: rgb(2,141,255); }
H1.HeaderClassName
{
color: #028DFF;
}
.AnyTagClassName
{
color: #028DFF;
}
</style>
background-color css
<style>
a { background-color: #028DFF; }
a { background-color: rgb(2,141,255); }
div.DivClassName
{
background-color: #028DFF;
}
.BgClassName
{
background-color: #028DFF;
}
</style>
border-color css
<style>
span { border-color: #028DFF; }
span { border-color: rgb(2,141,255); }
td.TdClassName
{
border-color: #028DFF;
}
.TagClassName
{
border-color: #028DFF;
}
</style>