Shades of Dodger Blue #016EFC
Tints of Dodger Blue #016EFC
RGB
CMYK
RGB Variations
Color information
#016EFC (or 0x016EFC) is known color: Dodger Blue. HEX triplet: 01, 6E and FC. RGB value is (1,110,252). Sum of RGB (Red+Green+Blue) = 1+110+252=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #016EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EFC is #FE9103. Grayscale: #5C5C5C. Windows color (decimal): -16683268 or 16543233. OLE color: 16543233.
HSL color Cylindrical-coordinate representation of color #016EFC: hue angle of 213.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016EFC is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 110 | 252 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.01 |
| HSL | 213.94º | 0.99% | 0.5% | - |
| HSV(B) | 213.94º | 1% | 0.99% | - |
| XYZ | 23.16 | 18.19 | 94.39 | - |
| YUV | 93.6 | 217.39 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 252 | 1.00 | 0.56 | 0 | 0.01 | 213.94 | 0.99 | 0.5 |
| Hex | 1 | 6E | FC | 64 | 38 | 0 | 1 | D6 | 63 | 32 |
| Octal | 1 | 156 | 374 | 144 | 70 | 0 | 1 | 326 | 143 | 62 |
| Binary | 1 | 1101110 | 11111100 | 1100100 | 111000 | 0 | 1 | 11010110 | 1100011 | 110010 |
Color Harmonies of #016EFC
Complementary color
Monochromatic Colors of #016EFC
Black with #016EFC
Text Example
Text Example
White with #016EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EFC; }
p { color: rgb(1,110,252); }
H1.HeaderClassName
{
color: #016EFC;
}
.AnyTagClassName
{
color: #016EFC;
}
</style>
background-color css
<style>
a { background-color: #016EFC; }
a { background-color: rgb(1,110,252); }
div.DivClassName
{
background-color: #016EFC;
}
.BgClassName
{
background-color: #016EFC;
}
</style>
border-color css
<style>
span { border-color: #016EFC; }
span { border-color: rgb(1,110,252); }
td.TdClassName
{
border-color: #016EFC;
}
.TagClassName
{
border-color: #016EFC;
}
</style>