Shades of Royal Blue #175DFF
Tints of Royal Blue #175DFF
RGB
CMYK
RGB Variations
Color information
#175DFF (or 0x175DFF) is known color: Royal Blue. HEX triplet: 17, 5D and FF. RGB value is (23,93,255). Sum of RGB (Red+Green+Blue) = 23+93+255=371 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.20% from 371); Green value is 93 (36.72% from 255 or 25.07% 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 #175DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175DFF is #E8A200. Grayscale: #595959. Windows color (decimal): -15245825 or 16735511. OLE color: 16735511.
HSL color Cylindrical-coordinate representation of color #175DFF: hue angle of 221.9º 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 #175DFF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 93 | 255 | - |
| CMYK | 0.91 | 0.64 | 0 | 0 |
| HSL | 221.9º | 1% | 0.55% | - |
| HSV(B) | 221.9º | 0.91% | 1% | - |
| XYZ | 22.32 | 15.23 | 96.37 | - |
| YUV | 90.54 | 220.81 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 255 | 0.91 | 0.64 | 0 | 0 | 221.9 | 1 | 0.55 |
| Hex | 17 | 5D | FF | 5B | 40 | 0 | 0 | DE | 64 | 37 |
| Octal | 27 | 135 | 377 | 133 | 100 | 0 | 0 | 336 | 144 | 67 |
| Binary | 10111 | 1011101 | 11111111 | 1011011 | 1000000 | 0 | 0 | 11011110 | 1100100 | 110111 |
Color Harmonies of #175DFF
Complementary color
Monochromatic Colors of #175DFF
Black with #175DFF
Text Example
Text Example
White with #175DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175DFF; }
p { color: rgb(23,93,255); }
H1.HeaderClassName
{
color: #175DFF;
}
.AnyTagClassName
{
color: #175DFF;
}
</style>
background-color css
<style>
a { background-color: #175DFF; }
a { background-color: rgb(23,93,255); }
div.DivClassName
{
background-color: #175DFF;
}
.BgClassName
{
background-color: #175DFF;
}
</style>
border-color css
<style>
span { border-color: #175DFF; }
span { border-color: rgb(23,93,255); }
td.TdClassName
{
border-color: #175DFF;
}
.TagClassName
{
border-color: #175DFF;
}
</style>