Shades of Dodger Blue #028DFB
Tints of Dodger Blue #028DFB
RGB
CMYK
RGB Variations
Color information
#028DFB (or 0x028DFB) is known color: Dodger Blue. HEX triplet: 02, 8D and FB. RGB value is (2,141,251). Sum of RGB (Red+Green+Blue) = 2+141+251=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #028DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #028DFB is #FD7204. Grayscale: #6F6F6F. Windows color (decimal): -16609797 or 16485634. OLE color: 16485634.
HSL color Cylindrical-coordinate representation of color #028DFB: hue angle of 206.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DFB is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 141 | 251 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.02 |
| HSL | 206.51º | 0.98% | 0.5% | - |
| HSV(B) | 206.51º | 0.99% | 0.98% | - |
| XYZ | 26.96 | 26.03 | 94.87 | - |
| YUV | 111.98 | 206.45 | 49.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 141 | 251 | 0.99 | 0.44 | 0 | 0.02 | 206.51 | 0.98 | 0.5 |
| Hex | 2 | 8D | FB | 63 | 2C | 0 | 2 | CF | 62 | 32 |
| Octal | 2 | 215 | 373 | 143 | 54 | 0 | 2 | 317 | 142 | 62 |
| Binary | 10 | 10001101 | 11111011 | 1100011 | 101100 | 0 | 10 | 11001111 | 1100010 | 110010 |
Color Harmonies of #028DFB
Complementary color
Monochromatic Colors of #028DFB
Black with #028DFB
Text Example
Text Example
White with #028DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028DFB; }
p { color: rgb(2,141,251); }
H1.HeaderClassName
{
color: #028DFB;
}
.AnyTagClassName
{
color: #028DFB;
}
</style>
background-color css
<style>
a { background-color: #028DFB; }
a { background-color: rgb(2,141,251); }
div.DivClassName
{
background-color: #028DFB;
}
.BgClassName
{
background-color: #028DFB;
}
</style>
border-color css
<style>
span { border-color: #028DFB; }
span { border-color: rgb(2,141,251); }
td.TdClassName
{
border-color: #028DFB;
}
.TagClassName
{
border-color: #028DFB;
}
</style>