Shades of Dodger Blue #016FFD
Tints of Dodger Blue #016FFD
RGB
CMYK
RGB Variations
Color information
#016FFD (or 0x016FFD) is known color: Dodger Blue. HEX triplet: 01, 6F and FD. RGB value is (1,111,253). Sum of RGB (Red+Green+Blue) = 1+111+253=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #016FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016FFD is #FE9002. Grayscale: #5D5D5D. Windows color (decimal): -16683011 or 16609025. OLE color: 16609025.
HSL color Cylindrical-coordinate representation of color #016FFD: hue angle of 213.81º 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 #016FFD is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 111 | 253 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.01 |
| HSL | 213.81º | 0.99% | 0.5% | - |
| HSV(B) | 213.81º | 1% | 0.99% | - |
| XYZ | 23.43 | 18.47 | 95.26 | - |
| YUV | 94.3 | 217.56 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 253 | 1.00 | 0.56 | 0 | 0.01 | 213.81 | 0.99 | 0.5 |
| Hex | 1 | 6F | FD | 64 | 38 | 0 | 1 | D6 | 63 | 32 |
| Octal | 1 | 157 | 375 | 144 | 70 | 0 | 1 | 326 | 143 | 62 |
| Binary | 1 | 1101111 | 11111101 | 1100100 | 111000 | 0 | 1 | 11010110 | 1100011 | 110010 |
Color Harmonies of #016FFD
Complementary color
Monochromatic Colors of #016FFD
Black with #016FFD
Text Example
Text Example
White with #016FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FFD; }
p { color: rgb(1,111,253); }
H1.HeaderClassName
{
color: #016FFD;
}
.AnyTagClassName
{
color: #016FFD;
}
</style>
background-color css
<style>
a { background-color: #016FFD; }
a { background-color: rgb(1,111,253); }
div.DivClassName
{
background-color: #016FFD;
}
.BgClassName
{
background-color: #016FFD;
}
</style>
border-color css
<style>
span { border-color: #016FFD; }
span { border-color: rgb(1,111,253); }
td.TdClassName
{
border-color: #016FFD;
}
.TagClassName
{
border-color: #016FFD;
}
</style>