Shades of Royal Blue #185DF8
Tints of Royal Blue #185DF8
RGB
CMYK
RGB Variations
Color information
#185DF8 (or 0x185DF8) is known color: Royal Blue. HEX triplet: 18, 5D and F8. RGB value is (24,93,248). Sum of RGB (Red+Green+Blue) = 24+93+248=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #185DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DF8 is #E7A207. Grayscale: #595959. Windows color (decimal): -15180296 or 16276760. OLE color: 16276760.
HSL color Cylindrical-coordinate representation of color #185DF8: hue angle of 221.52º 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 #185DF8 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 93 | 248 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.03 |
| HSL | 221.52º | 0.94% | 0.53% | - |
| HSV(B) | 221.52º | 0.9% | 0.97% | - |
| XYZ | 21.23 | 14.8 | 90.54 | - |
| YUV | 90.04 | 217.14 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 248 | 0.90 | 0.62 | 0 | 0.03 | 221.52 | 0.94 | 0.53 |
| Hex | 18 | 5D | F8 | 5A | 3E | 0 | 3 | DE | 5E | 35 |
| Octal | 30 | 135 | 370 | 132 | 76 | 0 | 3 | 336 | 136 | 65 |
| Binary | 11000 | 1011101 | 11111000 | 1011010 | 111110 | 0 | 11 | 11011110 | 1011110 | 110101 |
Color Harmonies of #185DF8
Complementary color
Monochromatic Colors of #185DF8
Black with #185DF8
Text Example
Text Example
White with #185DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DF8; }
p { color: rgb(24,93,248); }
H1.HeaderClassName
{
color: #185DF8;
}
.AnyTagClassName
{
color: #185DF8;
}
</style>
background-color css
<style>
a { background-color: #185DF8; }
a { background-color: rgb(24,93,248); }
div.DivClassName
{
background-color: #185DF8;
}
.BgClassName
{
background-color: #185DF8;
}
</style>
border-color css
<style>
span { border-color: #185DF8; }
span { border-color: rgb(24,93,248); }
td.TdClassName
{
border-color: #185DF8;
}
.TagClassName
{
border-color: #185DF8;
}
</style>