Shades of Dodger Blue #016AFC
Tints of Dodger Blue #016AFC
RGB
CMYK
RGB Variations
Color information
#016AFC (or 0x016AFC) is known color: Dodger Blue. HEX triplet: 01, 6A and FC. RGB value is (1,106,252). Sum of RGB (Red+Green+Blue) = 1+106+252=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #016AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016AFC is #FE9503. Grayscale: #5A5A5A. Windows color (decimal): -16684292 or 16542209. OLE color: 16542209.
HSL color Cylindrical-coordinate representation of color #016AFC: hue angle of 214.9º 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 #016AFC is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 106 | 252 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.01 |
| HSL | 214.9º | 0.99% | 0.5% | - |
| HSV(B) | 214.9º | 1% | 0.99% | - |
| XYZ | 22.74 | 17.34 | 94.24 | - |
| YUV | 91.25 | 218.71 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 252 | 1.00 | 0.58 | 0 | 0.01 | 214.9 | 0.99 | 0.5 |
| Hex | 1 | 6A | FC | 64 | 3A | 0 | 1 | D7 | 63 | 32 |
| Octal | 1 | 152 | 374 | 144 | 72 | 0 | 1 | 327 | 143 | 62 |
| Binary | 1 | 1101010 | 11111100 | 1100100 | 111010 | 0 | 1 | 11010111 | 1100011 | 110010 |
Color Harmonies of #016AFC
Complementary color
Monochromatic Colors of #016AFC
Black with #016AFC
Text Example
Text Example
White with #016AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016AFC; }
p { color: rgb(1,106,252); }
H1.HeaderClassName
{
color: #016AFC;
}
.AnyTagClassName
{
color: #016AFC;
}
</style>
background-color css
<style>
a { background-color: #016AFC; }
a { background-color: rgb(1,106,252); }
div.DivClassName
{
background-color: #016AFC;
}
.BgClassName
{
background-color: #016AFC;
}
</style>
border-color css
<style>
span { border-color: #016AFC; }
span { border-color: rgb(1,106,252); }
td.TdClassName
{
border-color: #016AFC;
}
.TagClassName
{
border-color: #016AFC;
}
</style>