Shades of Dodger Blue #016DFF
Tints of Dodger Blue #016DFF
RGB
CMYK
RGB Variations
Color information
#016DFF (or 0x016DFF) is known color: Dodger Blue. HEX triplet: 01, 6D and FF. RGB value is (1,109,255). Sum of RGB (Red+Green+Blue) = 1+109+255=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #016DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DFF is #FE9200. Grayscale: #5C5C5C. Windows color (decimal): -16683521 or 16739585. OLE color: 16739585.
HSL color Cylindrical-coordinate representation of color #016DFF: hue angle of 214.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DFF is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 109 | 255 | - |
| CMYK | 1.00 | 0.57 | 0 | 0 |
| HSL | 214.49º | 1% | 0.5% | - |
| HSV(B) | 214.49º | 1% | 1% | - |
| XYZ | 23.53 | 18.16 | 96.87 | - |
| YUV | 93.35 | 219.22 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 255 | 1.00 | 0.57 | 0 | 0 | 214.49 | 1 | 0.5 |
| Hex | 1 | 6D | FF | 64 | 39 | 0 | 0 | D6 | 64 | 32 |
| Octal | 1 | 155 | 377 | 144 | 71 | 0 | 0 | 326 | 144 | 62 |
| Binary | 1 | 1101101 | 11111111 | 1100100 | 111001 | 0 | 0 | 11010110 | 1100100 | 110010 |
Color Harmonies of #016DFF
Complementary color
Monochromatic Colors of #016DFF
Black with #016DFF
Text Example
Text Example
White with #016DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DFF; }
p { color: rgb(1,109,255); }
H1.HeaderClassName
{
color: #016DFF;
}
.AnyTagClassName
{
color: #016DFF;
}
</style>
background-color css
<style>
a { background-color: #016DFF; }
a { background-color: rgb(1,109,255); }
div.DivClassName
{
background-color: #016DFF;
}
.BgClassName
{
background-color: #016DFF;
}
</style>
border-color css
<style>
span { border-color: #016DFF; }
span { border-color: rgb(1,109,255); }
td.TdClassName
{
border-color: #016DFF;
}
.TagClassName
{
border-color: #016DFF;
}
</style>