Shades of Dodger Blue #0171FC
Tints of Dodger Blue #0171FC
RGB
CMYK
RGB Variations
Color information
#0171FC (or 0x0171FC) is known color: Dodger Blue. HEX triplet: 01, 71 and FC. RGB value is (1,113,252). Sum of RGB (Red+Green+Blue) = 1+113+252=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #0171FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0171FC is #FE8E03. Grayscale: #5E5E5E. Windows color (decimal): -16682500 or 16544001. OLE color: 16544001.
HSL color Cylindrical-coordinate representation of color #0171FC: hue angle of 213.23º 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 #0171FC is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 113 | 252 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.01 |
| HSL | 213.23º | 0.99% | 0.5% | - |
| HSV(B) | 213.23º | 1% | 0.99% | - |
| XYZ | 23.49 | 18.84 | 94.49 | - |
| YUV | 95.36 | 216.39 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 252 | 1.00 | 0.55 | 0 | 0.01 | 213.23 | 0.99 | 0.5 |
| Hex | 1 | 71 | FC | 64 | 37 | 0 | 1 | D5 | 63 | 32 |
| Octal | 1 | 161 | 374 | 144 | 67 | 0 | 1 | 325 | 143 | 62 |
| Binary | 1 | 1110001 | 11111100 | 1100100 | 110111 | 0 | 1 | 11010101 | 1100011 | 110010 |
Color Harmonies of #0171FC
Complementary color
Monochromatic Colors of #0171FC
Black with #0171FC
Text Example
Text Example
White with #0171FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0171FC; }
p { color: rgb(1,113,252); }
H1.HeaderClassName
{
color: #0171FC;
}
.AnyTagClassName
{
color: #0171FC;
}
</style>
background-color css
<style>
a { background-color: #0171FC; }
a { background-color: rgb(1,113,252); }
div.DivClassName
{
background-color: #0171FC;
}
.BgClassName
{
background-color: #0171FC;
}
</style>
border-color css
<style>
span { border-color: #0171FC; }
span { border-color: rgb(1,113,252); }
td.TdClassName
{
border-color: #0171FC;
}
.TagClassName
{
border-color: #0171FC;
}
</style>