Shades of Dodger Blue #016BFD
Tints of Dodger Blue #016BFD
RGB
CMYK
RGB Variations
Color information
#016BFD (or 0x016BFD) is known color: Dodger Blue. HEX triplet: 01, 6B and FD. RGB value is (1,107,253). Sum of RGB (Red+Green+Blue) = 1+107+253=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #016BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016BFD is #FE9402. Grayscale: #5B5B5B. Windows color (decimal): -16684035 or 16608001. OLE color: 16608001.
HSL color Cylindrical-coordinate representation of color #016BFD: hue angle of 214.76º 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 #016BFD is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 107 | 253 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.01 |
| HSL | 214.76º | 0.99% | 0.5% | - |
| HSV(B) | 214.76º | 1% | 0.99% | - |
| XYZ | 23 | 17.61 | 95.12 | - |
| YUV | 91.95 | 218.88 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 253 | 1.00 | 0.58 | 0 | 0.01 | 214.76 | 0.99 | 0.5 |
| Hex | 1 | 6B | FD | 64 | 3A | 0 | 1 | D7 | 63 | 32 |
| Octal | 1 | 153 | 375 | 144 | 72 | 0 | 1 | 327 | 143 | 62 |
| Binary | 1 | 1101011 | 11111101 | 1100100 | 111010 | 0 | 1 | 11010111 | 1100011 | 110010 |
Color Harmonies of #016BFD
Complementary color
Monochromatic Colors of #016BFD
Black with #016BFD
Text Example
Text Example
White with #016BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BFD; }
p { color: rgb(1,107,253); }
H1.HeaderClassName
{
color: #016BFD;
}
.AnyTagClassName
{
color: #016BFD;
}
</style>
background-color css
<style>
a { background-color: #016BFD; }
a { background-color: rgb(1,107,253); }
div.DivClassName
{
background-color: #016BFD;
}
.BgClassName
{
background-color: #016BFD;
}
</style>
border-color css
<style>
span { border-color: #016BFD; }
span { border-color: rgb(1,107,253); }
td.TdClassName
{
border-color: #016BFD;
}
.TagClassName
{
border-color: #016BFD;
}
</style>