Shades of Royal Blue #185DF7
Tints of Royal Blue #185DF7
RGB
CMYK
RGB Variations
Color information
#185DF7 (or 0x185DF7) is known color: Royal Blue. HEX triplet: 18, 5D and F7. RGB value is (24,93,247). Sum of RGB (Red+Green+Blue) = 24+93+247=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 247 (96.88% from 255 or 67.86% from 364); Max value from RGB is 247 - color contains mainly: blue. Hex color #185DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DF7 is #E7A208. Grayscale: #595959. Windows color (decimal): -15180297 or 16211224. OLE color: 16211224.
HSL color Cylindrical-coordinate representation of color #185DF7: hue angle of 221.43º degrees, saturation: 0.93, 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 #185DF7 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 93 | 247 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.03 |
| HSL | 221.44º | 0.93% | 0.53% | - |
| HSV(B) | 221.44º | 0.9% | 0.97% | - |
| XYZ | 21.08 | 14.74 | 89.73 | - |
| YUV | 89.93 | 216.64 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 247 | 0.90 | 0.62 | 0 | 0.03 | 221.44 | 0.93 | 0.53 |
| Hex | 18 | 5D | F7 | 5A | 3E | 0 | 3 | DD | 5D | 35 |
| Octal | 30 | 135 | 367 | 132 | 76 | 0 | 3 | 335 | 135 | 65 |
| Binary | 11000 | 1011101 | 11110111 | 1011010 | 111110 | 0 | 11 | 11011101 | 1011101 | 110101 |
Color Harmonies of #185DF7
Complementary color
Monochromatic Colors of #185DF7
Black with #185DF7
Text Example
Text Example
White with #185DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DF7; }
p { color: rgb(24,93,247); }
H1.HeaderClassName
{
color: #185DF7;
}
.AnyTagClassName
{
color: #185DF7;
}
</style>
background-color css
<style>
a { background-color: #185DF7; }
a { background-color: rgb(24,93,247); }
div.DivClassName
{
background-color: #185DF7;
}
.BgClassName
{
background-color: #185DF7;
}
</style>
border-color css
<style>
span { border-color: #185DF7; }
span { border-color: rgb(24,93,247); }
td.TdClassName
{
border-color: #185DF7;
}
.TagClassName
{
border-color: #185DF7;
}
</style>