Shades of Dodger Blue #0173FF
Tints of Dodger Blue #0173FF
RGB
CMYK
RGB Variations
Color information
#0173FF (or 0x0173FF) is known color: Dodger Blue. HEX triplet: 01, 73 and FF. RGB value is (1,115,255). Sum of RGB (Red+Green+Blue) = 1+115+255=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #0173FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0173FF is #FE8C00. Grayscale: #606060. Windows color (decimal): -16681985 or 16741121. OLE color: 16741121.
HSL color Cylindrical-coordinate representation of color #0173FF: hue angle of 213.07º 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 #0173FF is Cyan = 1.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 115 | 255 | - |
| CMYK | 1.00 | 0.55 | 0 | 0 |
| HSL | 213.07º | 1% | 0.5% | - |
| HSV(B) | 213.07º | 1% | 1% | - |
| XYZ | 24.19 | 19.49 | 97.09 | - |
| YUV | 96.87 | 217.23 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 115 | 255 | 1.00 | 0.55 | 0 | 0 | 213.07 | 1 | 0.5 |
| Hex | 1 | 73 | FF | 64 | 37 | 0 | 0 | D5 | 64 | 32 |
| Octal | 1 | 163 | 377 | 144 | 67 | 0 | 0 | 325 | 144 | 62 |
| Binary | 1 | 1110011 | 11111111 | 1100100 | 110111 | 0 | 0 | 11010101 | 1100100 | 110010 |
Color Harmonies of #0173FF
Complementary color
Monochromatic Colors of #0173FF
Black with #0173FF
Text Example
Text Example
White with #0173FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0173FF; }
p { color: rgb(1,115,255); }
H1.HeaderClassName
{
color: #0173FF;
}
.AnyTagClassName
{
color: #0173FF;
}
</style>
background-color css
<style>
a { background-color: #0173FF; }
a { background-color: rgb(1,115,255); }
div.DivClassName
{
background-color: #0173FF;
}
.BgClassName
{
background-color: #0173FF;
}
</style>
border-color css
<style>
span { border-color: #0173FF; }
span { border-color: rgb(1,115,255); }
td.TdClassName
{
border-color: #0173FF;
}
.TagClassName
{
border-color: #0173FF;
}
</style>