Shades of Royal Blue #185CF1
Tints of Royal Blue #185CF1
RGB
CMYK
RGB Variations
Color information
#185CF1 (or 0x185CF1) is known color: Royal Blue. HEX triplet: 18, 5C and F1. RGB value is (24,92,241). Sum of RGB (Red+Green+Blue) = 24+92+241=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #185CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CF1 is #E7A30E. Grayscale: #575757. Windows color (decimal): -15180559 or 15817752. OLE color: 15817752.
HSL color Cylindrical-coordinate representation of color #185CF1: hue angle of 221.2º 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 #185CF1 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 92 | 241 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.05 |
| HSL | 221.2º | 0.89% | 0.52% | - |
| HSV(B) | 221.2º | 0.9% | 0.95% | - |
| XYZ | 20.08 | 14.2 | 84.9 | - |
| YUV | 88.65 | 213.97 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 241 | 0.90 | 0.62 | 0 | 0.05 | 221.2 | 0.89 | 0.52 |
| Hex | 18 | 5C | F1 | 5A | 3E | 0 | 5 | DD | 59 | 34 |
| Octal | 30 | 134 | 361 | 132 | 76 | 0 | 5 | 335 | 131 | 64 |
| Binary | 11000 | 1011100 | 11110001 | 1011010 | 111110 | 0 | 101 | 11011101 | 1011001 | 110100 |
Color Harmonies of #185CF1
Complementary color
Monochromatic Colors of #185CF1
Black with #185CF1
Text Example
Text Example
White with #185CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CF1; }
p { color: rgb(24,92,241); }
H1.HeaderClassName
{
color: #185CF1;
}
.AnyTagClassName
{
color: #185CF1;
}
</style>
background-color css
<style>
a { background-color: #185CF1; }
a { background-color: rgb(24,92,241); }
div.DivClassName
{
background-color: #185CF1;
}
.BgClassName
{
background-color: #185CF1;
}
</style>
border-color css
<style>
span { border-color: #185CF1; }
span { border-color: rgb(24,92,241); }
td.TdClassName
{
border-color: #185CF1;
}
.TagClassName
{
border-color: #185CF1;
}
</style>