Shades of Royal Blue #175EF2
Tints of Royal Blue #175EF2
RGB
CMYK
RGB Variations
Color information
#175EF2 (or 0x175EF2) is known color: Royal Blue. HEX triplet: 17, 5E and F2. RGB value is (23,94,242). Sum of RGB (Red+Green+Blue) = 23+94+242=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #175EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175EF2 is #E8A10D. Grayscale: #585858. Windows color (decimal): -15245582 or 15883799. OLE color: 15883799.
HSL color Cylindrical-coordinate representation of color #175EF2: hue angle of 220.55º 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 #175EF2 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 94 | 242 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.05 |
| HSL | 220.55º | 0.89% | 0.52% | - |
| HSV(B) | 220.55º | 0.9% | 0.95% | - |
| XYZ | 20.38 | 14.6 | 85.75 | - |
| YUV | 89.64 | 213.98 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 242 | 0.90 | 0.61 | 0 | 0.05 | 220.55 | 0.89 | 0.52 |
| Hex | 17 | 5E | F2 | 5A | 3D | 0 | 5 | DD | 59 | 34 |
| Octal | 27 | 136 | 362 | 132 | 75 | 0 | 5 | 335 | 131 | 64 |
| Binary | 10111 | 1011110 | 11110010 | 1011010 | 111101 | 0 | 101 | 11011101 | 1011001 | 110100 |
Color Harmonies of #175EF2
Complementary color
Monochromatic Colors of #175EF2
Black with #175EF2
Text Example
Text Example
White with #175EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175EF2; }
p { color: rgb(23,94,242); }
H1.HeaderClassName
{
color: #175EF2;
}
.AnyTagClassName
{
color: #175EF2;
}
</style>
background-color css
<style>
a { background-color: #175EF2; }
a { background-color: rgb(23,94,242); }
div.DivClassName
{
background-color: #175EF2;
}
.BgClassName
{
background-color: #175EF2;
}
</style>
border-color css
<style>
span { border-color: #175EF2; }
span { border-color: rgb(23,94,242); }
td.TdClassName
{
border-color: #175EF2;
}
.TagClassName
{
border-color: #175EF2;
}
</style>