Shades of Dodger Blue #0170FF
Tints of Dodger Blue #0170FF
RGB
CMYK
RGB Variations
Color information
#0170FF (or 0x0170FF) is known color: Dodger Blue. HEX triplet: 01, 70 and FF. RGB value is (1,112,255). Sum of RGB (Red+Green+Blue) = 1+112+255=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #0170FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0170FF is #FE8F00. Grayscale: #5E5E5E. Windows color (decimal): -16682753 or 16740353. OLE color: 16740353.
HSL color Cylindrical-coordinate representation of color #0170FF: hue angle of 213.78º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0170FF is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 112 | 255 | - |
| CMYK | 1.00 | 0.56 | 0 | 0 |
| HSL | 213.78º | 1% | 0.5% | - |
| HSV(B) | 213.78º | 1% | 1% | - |
| XYZ | 23.86 | 18.81 | 96.98 | - |
| YUV | 95.11 | 218.23 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 255 | 1.00 | 0.56 | 0 | 0 | 213.78 | 1 | 0.5 |
| Hex | 1 | 70 | FF | 64 | 38 | 0 | 0 | D6 | 64 | 32 |
| Octal | 1 | 160 | 377 | 144 | 70 | 0 | 0 | 326 | 144 | 62 |
| Binary | 1 | 1110000 | 11111111 | 1100100 | 111000 | 0 | 0 | 11010110 | 1100100 | 110010 |
Color Harmonies of #0170FF
Complementary color
Monochromatic Colors of #0170FF
Black with #0170FF
Text Example
Text Example
White with #0170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0170FF; }
p { color: rgb(1,112,255); }
H1.HeaderClassName
{
color: #0170FF;
}
.AnyTagClassName
{
color: #0170FF;
}
</style>
background-color css
<style>
a { background-color: #0170FF; }
a { background-color: rgb(1,112,255); }
div.DivClassName
{
background-color: #0170FF;
}
.BgClassName
{
background-color: #0170FF;
}
</style>
border-color css
<style>
span { border-color: #0170FF; }
span { border-color: rgb(1,112,255); }
td.TdClassName
{
border-color: #0170FF;
}
.TagClassName
{
border-color: #0170FF;
}
</style>