Shades of Dodger Blue #016DFA
Tints of Dodger Blue #016DFA
RGB
CMYK
RGB Variations
Color information
#016DFA (or 0x016DFA) is known color: Dodger Blue. HEX triplet: 01, 6D and FA. RGB value is (1,109,250). Sum of RGB (Red+Green+Blue) = 1+109+250=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #016DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DFA is #FE9205. Grayscale: #5C5C5C. Windows color (decimal): -16683526 or 16411905. OLE color: 16411905.
HSL color Cylindrical-coordinate representation of color #016DFA: hue angle of 213.98º 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 #016DFA is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 109 | 250 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.02 |
| HSL | 213.98º | 0.99% | 0.49% | - |
| HSV(B) | 213.98º | 1% | 0.98% | - |
| XYZ | 22.74 | 17.85 | 92.69 | - |
| YUV | 92.78 | 216.72 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 250 | 1.00 | 0.56 | 0 | 0.02 | 213.98 | 0.99 | 0.49 |
| Hex | 1 | 6D | FA | 64 | 38 | 0 | 2 | D6 | 63 | 31 |
| Octal | 1 | 155 | 372 | 144 | 70 | 0 | 2 | 326 | 143 | 61 |
| Binary | 1 | 1101101 | 11111010 | 1100100 | 111000 | 0 | 10 | 11010110 | 1100011 | 110001 |
Color Harmonies of #016DFA
Complementary color
Monochromatic Colors of #016DFA
Black with #016DFA
Text Example
Text Example
White with #016DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DFA; }
p { color: rgb(1,109,250); }
H1.HeaderClassName
{
color: #016DFA;
}
.AnyTagClassName
{
color: #016DFA;
}
</style>
background-color css
<style>
a { background-color: #016DFA; }
a { background-color: rgb(1,109,250); }
div.DivClassName
{
background-color: #016DFA;
}
.BgClassName
{
background-color: #016DFA;
}
</style>
border-color css
<style>
span { border-color: #016DFA; }
span { border-color: rgb(1,109,250); }
td.TdClassName
{
border-color: #016DFA;
}
.TagClassName
{
border-color: #016DFA;
}
</style>