Shades of Dodger Blue #016BFB
Tints of Dodger Blue #016BFB
RGB
CMYK
RGB Variations
Color information
#016BFB (or 0x016BFB) is known color: Dodger Blue. HEX triplet: 01, 6B and FB. RGB value is (1,107,251). Sum of RGB (Red+Green+Blue) = 1+107+251=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #016BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016BFB is #FE9404. Grayscale: #5B5B5B. Windows color (decimal): -16684037 or 16476929. OLE color: 16476929.
HSL color Cylindrical-coordinate representation of color #016BFB: hue angle of 214.56º 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 #016BFB is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 107 | 251 | - |
| CMYK | 1.00 | 0.57 | 0 | 0.02 |
| HSL | 214.56º | 0.99% | 0.49% | - |
| HSV(B) | 214.56º | 1% | 0.98% | - |
| XYZ | 22.68 | 17.49 | 93.45 | - |
| YUV | 91.72 | 217.88 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 251 | 1.00 | 0.57 | 0 | 0.02 | 214.56 | 0.99 | 0.49 |
| Hex | 1 | 6B | FB | 64 | 39 | 0 | 2 | D7 | 63 | 31 |
| Octal | 1 | 153 | 373 | 144 | 71 | 0 | 2 | 327 | 143 | 61 |
| Binary | 1 | 1101011 | 11111011 | 1100100 | 111001 | 0 | 10 | 11010111 | 1100011 | 110001 |
Color Harmonies of #016BFB
Complementary color
Monochromatic Colors of #016BFB
Black with #016BFB
Text Example
Text Example
White with #016BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016BFB; }
p { color: rgb(1,107,251); }
H1.HeaderClassName
{
color: #016BFB;
}
.AnyTagClassName
{
color: #016BFB;
}
</style>
background-color css
<style>
a { background-color: #016BFB; }
a { background-color: rgb(1,107,251); }
div.DivClassName
{
background-color: #016BFB;
}
.BgClassName
{
background-color: #016BFB;
}
</style>
border-color css
<style>
span { border-color: #016BFB; }
span { border-color: rgb(1,107,251); }
td.TdClassName
{
border-color: #016BFB;
}
.TagClassName
{
border-color: #016BFB;
}
</style>