Shades of Royal Blue #185AEF
Tints of Royal Blue #185AEF
RGB
CMYK
RGB Variations
Color information
#185AEF (or 0x185AEF) is known color: Royal Blue. HEX triplet: 18, 5A and EF. RGB value is (24,90,239). Sum of RGB (Red+Green+Blue) = 24+90+239=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #185AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AEF is #E7A510. Grayscale: #565656. Windows color (decimal): -15181073 or 15686168. OLE color: 15686168.
HSL color Cylindrical-coordinate representation of color #185AEF: hue angle of 221.58º degrees, saturation: 0.87, 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 #185AEF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 90 | 239 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.06 |
| HSL | 221.58º | 0.87% | 0.52% | - |
| HSV(B) | 221.58º | 0.9% | 0.94% | - |
| XYZ | 19.61 | 13.74 | 83.28 | - |
| YUV | 87.25 | 213.63 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 239 | 0.90 | 0.62 | 0 | 0.06 | 221.58 | 0.87 | 0.52 |
| Hex | 18 | 5A | EF | 5A | 3E | 0 | 6 | DE | 57 | 34 |
| Octal | 30 | 132 | 357 | 132 | 76 | 0 | 6 | 336 | 127 | 64 |
| Binary | 11000 | 1011010 | 11101111 | 1011010 | 111110 | 0 | 110 | 11011110 | 1010111 | 110100 |
Color Harmonies of #185AEF
Complementary color
Monochromatic Colors of #185AEF
Black with #185AEF
Text Example
Text Example
White with #185AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185AEF; }
p { color: rgb(24,90,239); }
H1.HeaderClassName
{
color: #185AEF;
}
.AnyTagClassName
{
color: #185AEF;
}
</style>
background-color css
<style>
a { background-color: #185AEF; }
a { background-color: rgb(24,90,239); }
div.DivClassName
{
background-color: #185AEF;
}
.BgClassName
{
background-color: #185AEF;
}
</style>
border-color css
<style>
span { border-color: #185AEF; }
span { border-color: rgb(24,90,239); }
td.TdClassName
{
border-color: #185AEF;
}
.TagClassName
{
border-color: #185AEF;
}
</style>