Shades of Dodger Blue #175FFF
Tints of Dodger Blue #175FFF
RGB
CMYK
RGB Variations
Color information
#175FFF (or 0x175FFF) is known color: Dodger Blue. HEX triplet: 17, 5F and FF. RGB value is (23,95,255). Sum of RGB (Red+Green+Blue) = 23+95+255=373 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.17% from 373); Green value is 95 (37.5% from 255 or 25.47% 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 #175FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175FFF is #E8A000. Grayscale: #5B5B5B. Windows color (decimal): -15245313 or 16736023. OLE color: 16736023.
HSL color Cylindrical-coordinate representation of color #175FFF: hue angle of 221.38º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #175FFF is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 95 | 255 | - |
| CMYK | 0.91 | 0.63 | 0 | 0 |
| HSL | 221.38º | 1% | 0.55% | - |
| HSV(B) | 221.38º | 0.91% | 1% | - |
| XYZ | 22.5 | 15.59 | 96.43 | - |
| YUV | 91.71 | 220.15 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 95 | 255 | 0.91 | 0.63 | 0 | 0 | 221.38 | 1 | 0.55 |
| Hex | 17 | 5F | FF | 5B | 3F | 0 | 0 | DD | 64 | 37 |
| Octal | 27 | 137 | 377 | 133 | 77 | 0 | 0 | 335 | 144 | 67 |
| Binary | 10111 | 1011111 | 11111111 | 1011011 | 111111 | 0 | 0 | 11011101 | 1100100 | 110111 |
Color Harmonies of #175FFF
Complementary color
Monochromatic Colors of #175FFF
Black with #175FFF
Text Example
Text Example
White with #175FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175FFF; }
p { color: rgb(23,95,255); }
H1.HeaderClassName
{
color: #175FFF;
}
.AnyTagClassName
{
color: #175FFF;
}
</style>
background-color css
<style>
a { background-color: #175FFF; }
a { background-color: rgb(23,95,255); }
div.DivClassName
{
background-color: #175FFF;
}
.BgClassName
{
background-color: #175FFF;
}
</style>
border-color css
<style>
span { border-color: #175FFF; }
span { border-color: rgb(23,95,255); }
td.TdClassName
{
border-color: #175FFF;
}
.TagClassName
{
border-color: #175FFF;
}
</style>