Shades of Royal Blue #185CF0
Tints of Royal Blue #185CF0
RGB
CMYK
RGB Variations
Color information
#185CF0 (or 0x185CF0) is known color: Royal Blue. HEX triplet: 18, 5C and F0. RGB value is (24,92,240). Sum of RGB (Red+Green+Blue) = 24+92+240=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #185CF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CF0 is #E7A30F. Grayscale: #575757. Windows color (decimal): -15180560 or 15752216. OLE color: 15752216.
HSL color Cylindrical-coordinate representation of color #185CF0: hue angle of 221.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185CF0 is Cyan = 0.9, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 92 | 240 | - |
| CMYK | 0.9 | 0.62 | 0 | 0.06 |
| HSL | 221.11º | 0.88% | 0.52% | - |
| HSV(B) | 221.11º | 0.9% | 0.94% | - |
| XYZ | 19.93 | 14.14 | 84.12 | - |
| YUV | 88.54 | 213.47 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 240 | 0.9 | 0.62 | 0 | 0.06 | 221.11 | 0.88 | 0.52 |
| Hex | 18 | 5C | F0 | 5A | 3E | 0 | 6 | DD | 58 | 34 |
| Octal | 30 | 134 | 360 | 132 | 76 | 0 | 6 | 335 | 130 | 64 |
| Binary | 11000 | 1011100 | 11110000 | 1011010 | 111110 | 0 | 110 | 11011101 | 1011000 | 110100 |
Color Harmonies of #185CF0
Complementary color
Monochromatic Colors of #185CF0
Black with #185CF0
Text Example
Text Example
White with #185CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CF0; }
p { color: rgb(24,92,240); }
H1.HeaderClassName
{
color: #185CF0;
}
.AnyTagClassName
{
color: #185CF0;
}
</style>
background-color css
<style>
a { background-color: #185CF0; }
a { background-color: rgb(24,92,240); }
div.DivClassName
{
background-color: #185CF0;
}
.BgClassName
{
background-color: #185CF0;
}
</style>
border-color css
<style>
span { border-color: #185CF0; }
span { border-color: rgb(24,92,240); }
td.TdClassName
{
border-color: #185CF0;
}
.TagClassName
{
border-color: #185CF0;
}
</style>