Shades of Royal Blue #175BF2
Tints of Royal Blue #175BF2
RGB
CMYK
RGB Variations
Color information
#175BF2 (or 0x175BF2) is known color: Royal Blue. HEX triplet: 17, 5B and F2. RGB value is (23,91,242). Sum of RGB (Red+Green+Blue) = 23+91+242=356 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.46% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #175BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175BF2 is #E8A40D. Grayscale: #575757. Windows color (decimal): -15246350 or 15883031. OLE color: 15883031.
HSL color Cylindrical-coordinate representation of color #175BF2: hue angle of 221.37º 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 #175BF2 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 91 | 242 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.05 |
| HSL | 221.37º | 0.89% | 0.52% | - |
| HSV(B) | 221.37º | 0.9% | 0.95% | - |
| XYZ | 20.12 | 14.08 | 85.66 | - |
| YUV | 87.88 | 214.97 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 91 | 242 | 0.90 | 0.62 | 0 | 0.05 | 221.37 | 0.89 | 0.52 |
| Hex | 17 | 5B | F2 | 5A | 3E | 0 | 5 | DD | 59 | 34 |
| Octal | 27 | 133 | 362 | 132 | 76 | 0 | 5 | 335 | 131 | 64 |
| Binary | 10111 | 1011011 | 11110010 | 1011010 | 111110 | 0 | 101 | 11011101 | 1011001 | 110100 |
Color Harmonies of #175BF2
Complementary color
Monochromatic Colors of #175BF2
Black with #175BF2
Text Example
Text Example
White with #175BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175BF2; }
p { color: rgb(23,91,242); }
H1.HeaderClassName
{
color: #175BF2;
}
.AnyTagClassName
{
color: #175BF2;
}
</style>
background-color css
<style>
a { background-color: #175BF2; }
a { background-color: rgb(23,91,242); }
div.DivClassName
{
background-color: #175BF2;
}
.BgClassName
{
background-color: #175BF2;
}
</style>
border-color css
<style>
span { border-color: #175BF2; }
span { border-color: rgb(23,91,242); }
td.TdClassName
{
border-color: #175BF2;
}
.TagClassName
{
border-color: #175BF2;
}
</style>