Shades of Dodger Blue #016EFB
Tints of Dodger Blue #016EFB
RGB
CMYK
RGB Variations
Color information
#016EFB (or 0x016EFB) is known color: Dodger Blue. HEX triplet: 01, 6E and FB. RGB value is (1,110,251). Sum of RGB (Red+Green+Blue) = 1+110+251=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #016EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EFB is #FE9104. Grayscale: #5C5C5C. Windows color (decimal): -16683269 or 16477697. OLE color: 16477697.
HSL color Cylindrical-coordinate representation of color #016EFB: hue angle of 213.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016EFB is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 110 | 251 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.02 |
| HSL | 213.84º | 0.99% | 0.49% | - |
| HSV(B) | 213.84º | 1% | 0.98% | - |
| XYZ | 23 | 18.12 | 93.55 | - |
| YUV | 93.48 | 216.89 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 251 | 1.00 | 0.56 | 0 | 0.02 | 213.84 | 0.99 | 0.49 |
| Hex | 1 | 6E | FB | 64 | 38 | 0 | 2 | D6 | 63 | 31 |
| Octal | 1 | 156 | 373 | 144 | 70 | 0 | 2 | 326 | 143 | 61 |
| Binary | 1 | 1101110 | 11111011 | 1100100 | 111000 | 0 | 10 | 11010110 | 1100011 | 110001 |
Color Harmonies of #016EFB
Complementary color
Monochromatic Colors of #016EFB
Black with #016EFB
Text Example
Text Example
White with #016EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EFB; }
p { color: rgb(1,110,251); }
H1.HeaderClassName
{
color: #016EFB;
}
.AnyTagClassName
{
color: #016EFB;
}
</style>
background-color css
<style>
a { background-color: #016EFB; }
a { background-color: rgb(1,110,251); }
div.DivClassName
{
background-color: #016EFB;
}
.BgClassName
{
background-color: #016EFB;
}
</style>
border-color css
<style>
span { border-color: #016EFB; }
span { border-color: rgb(1,110,251); }
td.TdClassName
{
border-color: #016EFB;
}
.TagClassName
{
border-color: #016EFB;
}
</style>