Shades of Dodger Blue #016DFC
Tints of Dodger Blue #016DFC
RGB
CMYK
RGB Variations
Color information
#016DFC (or 0x016DFC) is known color: Dodger Blue. HEX triplet: 01, 6D and FC. RGB value is (1,109,252). Sum of RGB (Red+Green+Blue) = 1+109+252=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #016DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DFC is #FE9203. Grayscale: #5C5C5C. Windows color (decimal): -16683524 or 16542977. OLE color: 16542977.
HSL color Cylindrical-coordinate representation of color #016DFC: hue angle of 214.18º 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 #016DFC is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 109 | 252 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.01 |
| HSL | 214.18º | 0.99% | 0.5% | - |
| HSV(B) | 214.18º | 1% | 0.99% | - |
| XYZ | 23.05 | 17.97 | 94.35 | - |
| YUV | 93.01 | 217.72 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 252 | 1.00 | 0.57 | 0 | 0.01 | 214.18 | 0.99 | 0.5 |
| Hex | 1 | 6D | FC | 64 | 39 | 0 | 1 | D6 | 63 | 32 |
| Octal | 1 | 155 | 374 | 144 | 71 | 0 | 1 | 326 | 143 | 62 |
| Binary | 1 | 1101101 | 11111100 | 1100100 | 111001 | 0 | 1 | 11010110 | 1100011 | 110010 |
Color Harmonies of #016DFC
Complementary color
Monochromatic Colors of #016DFC
Black with #016DFC
Text Example
Text Example
White with #016DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DFC; }
p { color: rgb(1,109,252); }
H1.HeaderClassName
{
color: #016DFC;
}
.AnyTagClassName
{
color: #016DFC;
}
</style>
background-color css
<style>
a { background-color: #016DFC; }
a { background-color: rgb(1,109,252); }
div.DivClassName
{
background-color: #016DFC;
}
.BgClassName
{
background-color: #016DFC;
}
</style>
border-color css
<style>
span { border-color: #016DFC; }
span { border-color: rgb(1,109,252); }
td.TdClassName
{
border-color: #016DFC;
}
.TagClassName
{
border-color: #016DFC;
}
</style>