Shades of Royal Blue #185DF1
Tints of Royal Blue #185DF1
RGB
CMYK
RGB Variations
Color information
#185DF1 (or 0x185DF1) is known color: Royal Blue. HEX triplet: 18, 5D and F1. RGB value is (24,93,241). Sum of RGB (Red+Green+Blue) = 24+93+241=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #185DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DF1 is #E7A20E. Grayscale: #585858. Windows color (decimal): -15180303 or 15818008. OLE color: 15818008.
HSL color Cylindrical-coordinate representation of color #185DF1: hue angle of 220.92º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185DF1 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 93 | 241 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.05 |
| HSL | 220.92º | 0.89% | 0.52% | - |
| HSV(B) | 220.92º | 0.9% | 0.95% | - |
| XYZ | 20.17 | 14.37 | 84.93 | - |
| YUV | 89.24 | 213.64 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 241 | 0.90 | 0.61 | 0 | 0.05 | 220.92 | 0.89 | 0.52 |
| Hex | 18 | 5D | F1 | 5A | 3D | 0 | 5 | DD | 59 | 34 |
| Octal | 30 | 135 | 361 | 132 | 75 | 0 | 5 | 335 | 131 | 64 |
| Binary | 11000 | 1011101 | 11110001 | 1011010 | 111101 | 0 | 101 | 11011101 | 1011001 | 110100 |
Color Harmonies of #185DF1
Complementary color
Monochromatic Colors of #185DF1
Black with #185DF1
Text Example
Text Example
White with #185DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DF1; }
p { color: rgb(24,93,241); }
H1.HeaderClassName
{
color: #185DF1;
}
.AnyTagClassName
{
color: #185DF1;
}
</style>
background-color css
<style>
a { background-color: #185DF1; }
a { background-color: rgb(24,93,241); }
div.DivClassName
{
background-color: #185DF1;
}
.BgClassName
{
background-color: #185DF1;
}
</style>
border-color css
<style>
span { border-color: #185DF1; }
span { border-color: rgb(24,93,241); }
td.TdClassName
{
border-color: #185DF1;
}
.TagClassName
{
border-color: #185DF1;
}
</style>