Shades of Royal Blue #185FF0
Tints of Royal Blue #185FF0
RGB
CMYK
RGB Variations
Color information
#185FF0 (or 0x185FF0) is known color: Royal Blue. HEX triplet: 18, 5F and F0. RGB value is (24,95,240). Sum of RGB (Red+Green+Blue) = 24+95+240=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #185FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FF0 is #E7A00F. Grayscale: #595959. Windows color (decimal): -15179792 or 15752984. OLE color: 15752984.
HSL color Cylindrical-coordinate representation of color #185FF0: hue angle of 220.28º 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 #185FF0 is Cyan = 0.9, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 95 | 240 | - |
| CMYK | 0.9 | 0.60 | 0 | 0.06 |
| HSL | 220.28º | 0.88% | 0.52% | - |
| HSV(B) | 220.28º | 0.9% | 0.94% | - |
| XYZ | 20.2 | 14.67 | 84.21 | - |
| YUV | 90.3 | 212.48 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 240 | 0.9 | 0.60 | 0 | 0.06 | 220.28 | 0.88 | 0.52 |
| Hex | 18 | 5F | F0 | 5A | 3C | 0 | 6 | DC | 58 | 34 |
| Octal | 30 | 137 | 360 | 132 | 74 | 0 | 6 | 334 | 130 | 64 |
| Binary | 11000 | 1011111 | 11110000 | 1011010 | 111100 | 0 | 110 | 11011100 | 1011000 | 110100 |
Color Harmonies of #185FF0
Complementary color
Monochromatic Colors of #185FF0
Black with #185FF0
Text Example
Text Example
White with #185FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FF0; }
p { color: rgb(24,95,240); }
H1.HeaderClassName
{
color: #185FF0;
}
.AnyTagClassName
{
color: #185FF0;
}
</style>
background-color css
<style>
a { background-color: #185FF0; }
a { background-color: rgb(24,95,240); }
div.DivClassName
{
background-color: #185FF0;
}
.BgClassName
{
background-color: #185FF0;
}
</style>
border-color css
<style>
span { border-color: #185FF0; }
span { border-color: rgb(24,95,240); }
td.TdClassName
{
border-color: #185FF0;
}
.TagClassName
{
border-color: #185FF0;
}
</style>