Shades of Royal Blue #175CFA
Tints of Royal Blue #175CFA
RGB
CMYK
RGB Variations
Color information
#175CFA (or 0x175CFA) is known color: Royal Blue. HEX triplet: 17, 5C and FA. RGB value is (23,92,250). Sum of RGB (Red+Green+Blue) = 23+92+250=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #175CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175CFA is #E8A305. Grayscale: #585858. Windows color (decimal): -15246086 or 16407575. OLE color: 16407575.
HSL color Cylindrical-coordinate representation of color #175CFA: hue angle of 221.76º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #175CFA is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 92 | 250 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.02 |
| HSL | 221.76º | 0.96% | 0.54% | - |
| HSV(B) | 221.76º | 0.91% | 0.98% | - |
| XYZ | 21.44 | 14.74 | 92.16 | - |
| YUV | 89.38 | 218.64 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 92 | 250 | 0.91 | 0.63 | 0 | 0.02 | 221.76 | 0.96 | 0.54 |
| Hex | 17 | 5C | FA | 5B | 3F | 0 | 2 | DE | 60 | 36 |
| Octal | 27 | 134 | 372 | 133 | 77 | 0 | 2 | 336 | 140 | 66 |
| Binary | 10111 | 1011100 | 11111010 | 1011011 | 111111 | 0 | 10 | 11011110 | 1100000 | 110110 |
Color Harmonies of #175CFA
Complementary color
Monochromatic Colors of #175CFA
Black with #175CFA
Text Example
Text Example
White with #175CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175CFA; }
p { color: rgb(23,92,250); }
H1.HeaderClassName
{
color: #175CFA;
}
.AnyTagClassName
{
color: #175CFA;
}
</style>
background-color css
<style>
a { background-color: #175CFA; }
a { background-color: rgb(23,92,250); }
div.DivClassName
{
background-color: #175CFA;
}
.BgClassName
{
background-color: #175CFA;
}
</style>
border-color css
<style>
span { border-color: #175CFA; }
span { border-color: rgb(23,92,250); }
td.TdClassName
{
border-color: #175CFA;
}
.TagClassName
{
border-color: #175CFA;
}
</style>