Shades of Dodger Blue #0175FF
Tints of Dodger Blue #0175FF
RGB
CMYK
RGB Variations
Color information
#0175FF (or 0x0175FF) is known color: Dodger Blue. HEX triplet: 01, 75 and FF. RGB value is (1,117,255). Sum of RGB (Red+Green+Blue) = 1+117+255=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #0175FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0175FF is #FE8A00. Grayscale: #616161. Windows color (decimal): -16681473 or 16741633. OLE color: 16741633.
HSL color Cylindrical-coordinate representation of color #0175FF: hue angle of 212.6º 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 #0175FF is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 117 | 255 | - |
| CMYK | 1.00 | 0.54 | 0 | 0 |
| HSL | 212.6º | 1% | 0.5% | - |
| HSV(B) | 212.6º | 1% | 1% | - |
| XYZ | 24.42 | 19.95 | 97.17 | - |
| YUV | 98.05 | 216.57 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 255 | 1.00 | 0.54 | 0 | 0 | 212.6 | 1 | 0.5 |
| Hex | 1 | 75 | FF | 64 | 36 | 0 | 0 | D5 | 64 | 32 |
| Octal | 1 | 165 | 377 | 144 | 66 | 0 | 0 | 325 | 144 | 62 |
| Binary | 1 | 1110101 | 11111111 | 1100100 | 110110 | 0 | 0 | 11010101 | 1100100 | 110010 |
Color Harmonies of #0175FF
Complementary color
Monochromatic Colors of #0175FF
Black with #0175FF
Text Example
Text Example
White with #0175FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0175FF; }
p { color: rgb(1,117,255); }
H1.HeaderClassName
{
color: #0175FF;
}
.AnyTagClassName
{
color: #0175FF;
}
</style>
background-color css
<style>
a { background-color: #0175FF; }
a { background-color: rgb(1,117,255); }
div.DivClassName
{
background-color: #0175FF;
}
.BgClassName
{
background-color: #0175FF;
}
</style>
border-color css
<style>
span { border-color: #0175FF; }
span { border-color: rgb(1,117,255); }
td.TdClassName
{
border-color: #0175FF;
}
.TagClassName
{
border-color: #0175FF;
}
</style>