Shades of Royal Blue #185FFA
Tints of Royal Blue #185FFA
RGB
CMYK
RGB Variations
Color information
#185FFA (or 0x185FFA) is known color: Royal Blue. HEX triplet: 18, 5F and FA. RGB value is (24,95,250). Sum of RGB (Red+Green+Blue) = 24+95+250=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #185FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FFA is #E7A005. Grayscale: #5A5A5A. Windows color (decimal): -15179782 or 16408344. OLE color: 16408344.
HSL color Cylindrical-coordinate representation of color #185FFA: hue angle of 221.15º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185FFA is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 95 | 250 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.02 |
| HSL | 221.15º | 0.96% | 0.54% | - |
| HSV(B) | 221.15º | 0.9% | 0.98% | - |
| XYZ | 21.72 | 15.28 | 92.25 | - |
| YUV | 91.44 | 217.48 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 250 | 0.90 | 0.62 | 0 | 0.02 | 221.15 | 0.96 | 0.54 |
| Hex | 18 | 5F | FA | 5A | 3E | 0 | 2 | DD | 60 | 36 |
| Octal | 30 | 137 | 372 | 132 | 76 | 0 | 2 | 335 | 140 | 66 |
| Binary | 11000 | 1011111 | 11111010 | 1011010 | 111110 | 0 | 10 | 11011101 | 1100000 | 110110 |
Color Harmonies of #185FFA
Complementary color
Monochromatic Colors of #185FFA
Black with #185FFA
Text Example
Text Example
White with #185FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FFA; }
p { color: rgb(24,95,250); }
H1.HeaderClassName
{
color: #185FFA;
}
.AnyTagClassName
{
color: #185FFA;
}
</style>
background-color css
<style>
a { background-color: #185FFA; }
a { background-color: rgb(24,95,250); }
div.DivClassName
{
background-color: #185FFA;
}
.BgClassName
{
background-color: #185FFA;
}
</style>
border-color css
<style>
span { border-color: #185FFA; }
span { border-color: rgb(24,95,250); }
td.TdClassName
{
border-color: #185FFA;
}
.TagClassName
{
border-color: #185FFA;
}
</style>