Shades of Royal Blue #185EF8
Tints of Royal Blue #185EF8
RGB
CMYK
RGB Variations
Color information
#185EF8 (or 0x185EF8) is known color: Royal Blue. HEX triplet: 18, 5E and F8. RGB value is (24,94,248). Sum of RGB (Red+Green+Blue) = 24+94+248=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 248 (97.27% from 255 or 67.76% from 366); Max value from RGB is 248 - color contains mainly: blue. Hex color #185EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EF8 is #E7A107. Grayscale: #595959. Windows color (decimal): -15180040 or 16277016. OLE color: 16277016.
HSL color Cylindrical-coordinate representation of color #185EF8: hue angle of 221.25º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185EF8 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 94 | 248 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.03 |
| HSL | 221.25º | 0.94% | 0.53% | - |
| HSV(B) | 221.25º | 0.9% | 0.97% | - |
| XYZ | 21.32 | 14.98 | 90.57 | - |
| YUV | 90.63 | 216.81 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 248 | 0.90 | 0.62 | 0 | 0.03 | 221.25 | 0.94 | 0.53 |
| Hex | 18 | 5E | F8 | 5A | 3E | 0 | 3 | DD | 5E | 35 |
| Octal | 30 | 136 | 370 | 132 | 76 | 0 | 3 | 335 | 136 | 65 |
| Binary | 11000 | 1011110 | 11111000 | 1011010 | 111110 | 0 | 11 | 11011101 | 1011110 | 110101 |
Color Harmonies of #185EF8
Complementary color
Monochromatic Colors of #185EF8
Black with #185EF8
Text Example
Text Example
White with #185EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185EF8; }
p { color: rgb(24,94,248); }
H1.HeaderClassName
{
color: #185EF8;
}
.AnyTagClassName
{
color: #185EF8;
}
</style>
background-color css
<style>
a { background-color: #185EF8; }
a { background-color: rgb(24,94,248); }
div.DivClassName
{
background-color: #185EF8;
}
.BgClassName
{
background-color: #185EF8;
}
</style>
border-color css
<style>
span { border-color: #185EF8; }
span { border-color: rgb(24,94,248); }
td.TdClassName
{
border-color: #185EF8;
}
.TagClassName
{
border-color: #185EF8;
}
</style>