Shades of Royal Blue #185FEF
Tints of Royal Blue #185FEF
RGB
CMYK
RGB Variations
Color information
#185FEF (or 0x185FEF) is known color: Royal Blue. HEX triplet: 18, 5F and EF. RGB value is (24,95,239). Sum of RGB (Red+Green+Blue) = 24+95+239=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #185FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185FEF is #E7A010. Grayscale: #595959. Windows color (decimal): -15179793 or 15687448. OLE color: 15687448.
HSL color Cylindrical-coordinate representation of color #185FEF: hue angle of 220.19º 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 #185FEF is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 95 | 239 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.06 |
| HSL | 220.19º | 0.87% | 0.52% | - |
| HSV(B) | 220.19º | 0.9% | 0.94% | - |
| XYZ | 20.05 | 14.61 | 83.42 | - |
| YUV | 90.19 | 211.98 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 239 | 0.90 | 0.60 | 0 | 0.06 | 220.19 | 0.87 | 0.52 |
| Hex | 18 | 5F | EF | 5A | 3C | 0 | 6 | DC | 57 | 34 |
| Octal | 30 | 137 | 357 | 132 | 74 | 0 | 6 | 334 | 127 | 64 |
| Binary | 11000 | 1011111 | 11101111 | 1011010 | 111100 | 0 | 110 | 11011100 | 1010111 | 110100 |
Color Harmonies of #185FEF
Complementary color
Monochromatic Colors of #185FEF
Black with #185FEF
Text Example
Text Example
White with #185FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FEF; }
p { color: rgb(24,95,239); }
H1.HeaderClassName
{
color: #185FEF;
}
.AnyTagClassName
{
color: #185FEF;
}
</style>
background-color css
<style>
a { background-color: #185FEF; }
a { background-color: rgb(24,95,239); }
div.DivClassName
{
background-color: #185FEF;
}
.BgClassName
{
background-color: #185FEF;
}
</style>
border-color css
<style>
span { border-color: #185FEF; }
span { border-color: rgb(24,95,239); }
td.TdClassName
{
border-color: #185FEF;
}
.TagClassName
{
border-color: #185FEF;
}
</style>