Shades of Dodger Blue #016BFE
Tints of Dodger Blue #016BFE
RGB
CMYK
RGB Variations
Color information
#016BFE (or 0x016BFE) is known color: Dodger Blue. HEX triplet: 01, 6B and FE. RGB value is (1,107,254). Sum of RGB (Red+Green+Blue) = 1+107+254=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #016BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016BFE is #FE9401. Grayscale: #5B5B5B. Windows color (decimal): -16684034 or 16673537. OLE color: 16673537.
HSL color Cylindrical-coordinate representation of color #016BFE: hue angle of 214.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016BFE is Cyan = 1.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 107 | 254 | - |
| CMYK | 1.00 | 0.58 | 0 | 0.00 |
| HSL | 214.86º | 0.99% | 0.5% | - |
| HSV(B) | 214.86º | 1% | 1% | - |
| XYZ | 23.16 | 17.68 | 95.96 | - |
| YUV | 92.06 | 219.38 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 254 | 1.00 | 0.58 | 0 | 0.00 | 214.86 | 0.99 | 0.5 |
| Hex | 1 | 6B | FE | 64 | 3A | 0 | 0 | D7 | 63 | 32 |
| Octal | 1 | 153 | 376 | 144 | 72 | 0 | 0 | 327 | 143 | 62 |
| Binary | 1 | 1101011 | 11111110 | 1100100 | 111010 | 0 | 0 | 11010111 | 1100011 | 110010 |
Color Harmonies of #016BFE
Complementary color
Monochromatic Colors of #016BFE
Black with #016BFE
Text Example
Text Example
White with #016BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BFE; }
p { color: rgb(1,107,254); }
H1.HeaderClassName
{
color: #016BFE;
}
.AnyTagClassName
{
color: #016BFE;
}
</style>
background-color css
<style>
a { background-color: #016BFE; }
a { background-color: rgb(1,107,254); }
div.DivClassName
{
background-color: #016BFE;
}
.BgClassName
{
background-color: #016BFE;
}
</style>
border-color css
<style>
span { border-color: #016BFE; }
span { border-color: rgb(1,107,254); }
td.TdClassName
{
border-color: #016BFE;
}
.TagClassName
{
border-color: #016BFE;
}
</style>