Shades of Dodger Blue #016FFA
Tints of Dodger Blue #016FFA
RGB
CMYK
RGB Variations
Color information
#016FFA (or 0x016FFA) is known color: Dodger Blue. HEX triplet: 01, 6F and FA. RGB value is (1,111,250). Sum of RGB (Red+Green+Blue) = 1+111+250=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #016FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FFA is #FE9005. Grayscale: #5D5D5D. Windows color (decimal): -16683014 or 16412417. OLE color: 16412417.
HSL color Cylindrical-coordinate representation of color #016FFA: hue angle of 213.49º 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 #016FFA is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 111 | 250 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.02 |
| HSL | 213.49º | 0.99% | 0.49% | - |
| HSV(B) | 213.49º | 1% | 0.98% | - |
| XYZ | 22.95 | 18.28 | 92.76 | - |
| YUV | 93.96 | 216.06 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 250 | 1.00 | 0.56 | 0 | 0.02 | 213.49 | 0.99 | 0.49 |
| Hex | 1 | 6F | FA | 64 | 38 | 0 | 2 | D5 | 63 | 31 |
| Octal | 1 | 157 | 372 | 144 | 70 | 0 | 2 | 325 | 143 | 61 |
| Binary | 1 | 1101111 | 11111010 | 1100100 | 111000 | 0 | 10 | 11010101 | 1100011 | 110001 |
Color Harmonies of #016FFA
Complementary color
Monochromatic Colors of #016FFA
Black with #016FFA
Text Example
Text Example
White with #016FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FFA; }
p { color: rgb(1,111,250); }
H1.HeaderClassName
{
color: #016FFA;
}
.AnyTagClassName
{
color: #016FFA;
}
</style>
background-color css
<style>
a { background-color: #016FFA; }
a { background-color: rgb(1,111,250); }
div.DivClassName
{
background-color: #016FFA;
}
.BgClassName
{
background-color: #016FFA;
}
</style>
border-color css
<style>
span { border-color: #016FFA; }
span { border-color: rgb(1,111,250); }
td.TdClassName
{
border-color: #016FFA;
}
.TagClassName
{
border-color: #016FFA;
}
</style>