Shades of Dodger Blue #0170FC
Tints of Dodger Blue #0170FC
RGB
CMYK
RGB Variations
Color information
#0170FC (or 0x0170FC) is known color: Dodger Blue. HEX triplet: 01, 70 and FC. RGB value is (1,112,252). Sum of RGB (Red+Green+Blue) = 1+112+252=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #0170FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0170FC is #FE8F03. Grayscale: #5E5E5E. Windows color (decimal): -16682756 or 16543745. OLE color: 16543745.
HSL color Cylindrical-coordinate representation of color #0170FC: hue angle of 213.47º 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 #0170FC is Cyan = 1.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 112 | 252 | - |
| CMYK | 1.00 | 0.56 | 0 | 0.01 |
| HSL | 213.47º | 0.99% | 0.5% | - |
| HSV(B) | 213.47º | 1% | 0.99% | - |
| XYZ | 23.38 | 18.62 | 94.46 | - |
| YUV | 94.77 | 216.73 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 252 | 1.00 | 0.56 | 0 | 0.01 | 213.47 | 0.99 | 0.5 |
| Hex | 1 | 70 | FC | 64 | 38 | 0 | 1 | D5 | 63 | 32 |
| Octal | 1 | 160 | 374 | 144 | 70 | 0 | 1 | 325 | 143 | 62 |
| Binary | 1 | 1110000 | 11111100 | 1100100 | 111000 | 0 | 1 | 11010101 | 1100011 | 110010 |
Color Harmonies of #0170FC
Complementary color
Monochromatic Colors of #0170FC
Black with #0170FC
Text Example
Text Example
White with #0170FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0170FC; }
p { color: rgb(1,112,252); }
H1.HeaderClassName
{
color: #0170FC;
}
.AnyTagClassName
{
color: #0170FC;
}
</style>
background-color css
<style>
a { background-color: #0170FC; }
a { background-color: rgb(1,112,252); }
div.DivClassName
{
background-color: #0170FC;
}
.BgClassName
{
background-color: #0170FC;
}
</style>
border-color css
<style>
span { border-color: #0170FC; }
span { border-color: rgb(1,112,252); }
td.TdClassName
{
border-color: #0170FC;
}
.TagClassName
{
border-color: #0170FC;
}
</style>