Shades of Royal Blue #175AFC
Tints of Royal Blue #175AFC
RGB
CMYK
RGB Variations
Color information
#175AFC (or 0x175AFC) is known color: Royal Blue. HEX triplet: 17, 5A and FC. RGB value is (23,90,252). Sum of RGB (Red+Green+Blue) = 23+90+252=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #175AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175AFC is #E8A503. Grayscale: #575757. Windows color (decimal): -15246596 or 16538135. OLE color: 16538135.
HSL color Cylindrical-coordinate representation of color #175AFC: hue angle of 222.45º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #175AFC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 90 | 252 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.01 |
| HSL | 222.45º | 0.97% | 0.54% | - |
| HSV(B) | 222.45º | 0.91% | 0.99% | - |
| XYZ | 21.58 | 14.52 | 93.76 | - |
| YUV | 88.44 | 220.3 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 252 | 0.91 | 0.64 | 0 | 0.01 | 222.45 | 0.97 | 0.54 |
| Hex | 17 | 5A | FC | 5B | 40 | 0 | 1 | DE | 61 | 36 |
| Octal | 27 | 132 | 374 | 133 | 100 | 0 | 1 | 336 | 141 | 66 |
| Binary | 10111 | 1011010 | 11111100 | 1011011 | 1000000 | 0 | 1 | 11011110 | 1100001 | 110110 |
Color Harmonies of #175AFC
Complementary color
Monochromatic Colors of #175AFC
Black with #175AFC
Text Example
Text Example
White with #175AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175AFC; }
p { color: rgb(23,90,252); }
H1.HeaderClassName
{
color: #175AFC;
}
.AnyTagClassName
{
color: #175AFC;
}
</style>
background-color css
<style>
a { background-color: #175AFC; }
a { background-color: rgb(23,90,252); }
div.DivClassName
{
background-color: #175AFC;
}
.BgClassName
{
background-color: #175AFC;
}
</style>
border-color css
<style>
span { border-color: #175AFC; }
span { border-color: rgb(23,90,252); }
td.TdClassName
{
border-color: #175AFC;
}
.TagClassName
{
border-color: #175AFC;
}
</style>