Shades of Dodger Blue #0171FB
Tints of Dodger Blue #0171FB
RGB
CMYK
RGB Variations
Color information
#0171FB (or 0x0171FB) is known color: Dodger Blue. HEX triplet: 01, 71 and FB. RGB value is (1,113,251). Sum of RGB (Red+Green+Blue) = 1+113+251=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #0171FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0171FB is #FE8E04. Grayscale: #5E5E5E. Windows color (decimal): -16682501 or 16478465. OLE color: 16478465.
HSL color Cylindrical-coordinate representation of color #0171FB: hue angle of 213.12º 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 #0171FB is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 113 | 251 | - |
| CMYK | 1.00 | 0.55 | 0 | 0.02 |
| HSL | 213.12º | 0.99% | 0.49% | - |
| HSV(B) | 213.12º | 1% | 0.98% | - |
| XYZ | 23.33 | 18.78 | 93.66 | - |
| YUV | 95.24 | 215.89 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 251 | 1.00 | 0.55 | 0 | 0.02 | 213.12 | 0.99 | 0.49 |
| Hex | 1 | 71 | FB | 64 | 37 | 0 | 2 | D5 | 63 | 31 |
| Octal | 1 | 161 | 373 | 144 | 67 | 0 | 2 | 325 | 143 | 61 |
| Binary | 1 | 1110001 | 11111011 | 1100100 | 110111 | 0 | 10 | 11010101 | 1100011 | 110001 |
Color Harmonies of #0171FB
Complementary color
Monochromatic Colors of #0171FB
Black with #0171FB
Text Example
Text Example
White with #0171FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0171FB; }
p { color: rgb(1,113,251); }
H1.HeaderClassName
{
color: #0171FB;
}
.AnyTagClassName
{
color: #0171FB;
}
</style>
background-color css
<style>
a { background-color: #0171FB; }
a { background-color: rgb(1,113,251); }
div.DivClassName
{
background-color: #0171FB;
}
.BgClassName
{
background-color: #0171FB;
}
</style>
border-color css
<style>
span { border-color: #0171FB; }
span { border-color: rgb(1,113,251); }
td.TdClassName
{
border-color: #0171FB;
}
.TagClassName
{
border-color: #0171FB;
}
</style>