Shades of Royal Blue #185FF1
Tints of Royal Blue #185FF1
RGB
CMYK
RGB Variations
Color information
#185FF1 (or 0x185FF1) is known color: Royal Blue. HEX triplet: 18, 5F and F1. RGB value is (24,95,241). Sum of RGB (Red+Green+Blue) = 24+95+241=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #185FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FF1 is #E7A00E. Grayscale: #595959. Windows color (decimal): -15179791 or 15818520. OLE color: 15818520.
HSL color Cylindrical-coordinate representation of color #185FF1: hue angle of 220.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 #185FF1 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 95 | 241 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.05 |
| HSL | 220.37º | 0.89% | 0.52% | - |
| HSV(B) | 220.37º | 0.9% | 0.95% | - |
| XYZ | 20.35 | 14.73 | 84.99 | - |
| YUV | 90.42 | 212.98 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 241 | 0.90 | 0.61 | 0 | 0.05 | 220.37 | 0.89 | 0.52 |
| Hex | 18 | 5F | F1 | 5A | 3D | 0 | 5 | DC | 59 | 34 |
| Octal | 30 | 137 | 361 | 132 | 75 | 0 | 5 | 334 | 131 | 64 |
| Binary | 11000 | 1011111 | 11110001 | 1011010 | 111101 | 0 | 101 | 11011100 | 1011001 | 110100 |
Color Harmonies of #185FF1
Complementary color
Monochromatic Colors of #185FF1
Black with #185FF1
Text Example
Text Example
White with #185FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FF1; }
p { color: rgb(24,95,241); }
H1.HeaderClassName
{
color: #185FF1;
}
.AnyTagClassName
{
color: #185FF1;
}
</style>
background-color css
<style>
a { background-color: #185FF1; }
a { background-color: rgb(24,95,241); }
div.DivClassName
{
background-color: #185FF1;
}
.BgClassName
{
background-color: #185FF1;
}
</style>
border-color css
<style>
span { border-color: #185FF1; }
span { border-color: rgb(24,95,241); }
td.TdClassName
{
border-color: #185FF1;
}
.TagClassName
{
border-color: #185FF1;
}
</style>