Shades of Royal Blue #175AF1
Tints of Royal Blue #175AF1
RGB
CMYK
RGB Variations
Color information
#175AF1 (or 0x175AF1) is known color: Royal Blue. HEX triplet: 17, 5A and F1. RGB value is (23,90,241). Sum of RGB (Red+Green+Blue) = 23+90+241=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 241 (94.53% from 255 or 68.08% from 354); Max value from RGB is 241 - color contains mainly: blue. Hex color #175AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175AF1 is #E8A50E. Grayscale: #565656. Windows color (decimal): -15246607 or 15817239. OLE color: 15817239.
HSL color Cylindrical-coordinate representation of color #175AF1: hue angle of 221.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175AF1 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 90 | 241 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.05 |
| HSL | 221.56º | 0.89% | 0.52% | - |
| HSV(B) | 221.56º | 0.9% | 0.95% | - |
| XYZ | 19.89 | 13.85 | 84.84 | - |
| YUV | 87.18 | 214.8 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 241 | 0.90 | 0.63 | 0 | 0.05 | 221.56 | 0.89 | 0.52 |
| Hex | 17 | 5A | F1 | 5A | 3F | 0 | 5 | DE | 59 | 34 |
| Octal | 27 | 132 | 361 | 132 | 77 | 0 | 5 | 336 | 131 | 64 |
| Binary | 10111 | 1011010 | 11110001 | 1011010 | 111111 | 0 | 101 | 11011110 | 1011001 | 110100 |
Color Harmonies of #175AF1
Complementary color
Monochromatic Colors of #175AF1
Black with #175AF1
Text Example
Text Example
White with #175AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175AF1; }
p { color: rgb(23,90,241); }
H1.HeaderClassName
{
color: #175AF1;
}
.AnyTagClassName
{
color: #175AF1;
}
</style>
background-color css
<style>
a { background-color: #175AF1; }
a { background-color: rgb(23,90,241); }
div.DivClassName
{
background-color: #175AF1;
}
.BgClassName
{
background-color: #175AF1;
}
</style>
border-color css
<style>
span { border-color: #175AF1; }
span { border-color: rgb(23,90,241); }
td.TdClassName
{
border-color: #175AF1;
}
.TagClassName
{
border-color: #175AF1;
}
</style>