Shades of Dodger Blue #016CFD
Tints of Dodger Blue #016CFD
RGB
CMYK
RGB Variations
Color information
#016CFD (or 0x016CFD) is known color: Dodger Blue. HEX triplet: 01, 6C and FD. RGB value is (1,108,253). Sum of RGB (Red+Green+Blue) = 1+108+253=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #016CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016CFD is #FE9302. Grayscale: #5B5B5B. Windows color (decimal): -16683779 or 16608257. OLE color: 16608257.
HSL color Cylindrical-coordinate representation of color #016CFD: hue angle of 214.52º 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 #016CFD is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 108 | 253 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.01 |
| HSL | 214.52º | 0.99% | 0.5% | - |
| HSV(B) | 214.52º | 1% | 0.99% | - |
| XYZ | 23.1 | 17.82 | 95.15 | - |
| YUV | 92.54 | 218.55 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 253 | 1.00 | 0.57 | 0 | 0.01 | 214.52 | 0.99 | 0.5 |
| Hex | 1 | 6C | FD | 64 | 39 | 0 | 1 | D7 | 63 | 32 |
| Octal | 1 | 154 | 375 | 144 | 71 | 0 | 1 | 327 | 143 | 62 |
| Binary | 1 | 1101100 | 11111101 | 1100100 | 111001 | 0 | 1 | 11010111 | 1100011 | 110010 |
Color Harmonies of #016CFD
Complementary color
Monochromatic Colors of #016CFD
Black with #016CFD
Text Example
Text Example
White with #016CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016CFD; }
p { color: rgb(1,108,253); }
H1.HeaderClassName
{
color: #016CFD;
}
.AnyTagClassName
{
color: #016CFD;
}
</style>
background-color css
<style>
a { background-color: #016CFD; }
a { background-color: rgb(1,108,253); }
div.DivClassName
{
background-color: #016CFD;
}
.BgClassName
{
background-color: #016CFD;
}
</style>
border-color css
<style>
span { border-color: #016CFD; }
span { border-color: rgb(1,108,253); }
td.TdClassName
{
border-color: #016CFD;
}
.TagClassName
{
border-color: #016CFD;
}
</style>