Shades of Royal Blue #185EF6
Tints of Royal Blue #185EF6
RGB
CMYK
RGB Variations
Color information
#185EF6 (or 0x185EF6) is known color: Royal Blue. HEX triplet: 18, 5E and F6. RGB value is (24,94,246). Sum of RGB (Red+Green+Blue) = 24+94+246=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 246 (96.48% from 255 or 67.58% from 364); Max value from RGB is 246 - color contains mainly: blue. Hex color #185EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EF6 is #E7A109. Grayscale: #595959. Windows color (decimal): -15180042 or 16145944. OLE color: 16145944.
HSL color Cylindrical-coordinate representation of color #185EF6: hue angle of 221.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185EF6 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 94 | 246 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.04 |
| HSL | 221.08º | 0.93% | 0.53% | - |
| HSV(B) | 221.08º | 0.9% | 0.96% | - |
| XYZ | 21.01 | 14.85 | 88.95 | - |
| YUV | 90.4 | 215.81 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 246 | 0.90 | 0.62 | 0 | 0.04 | 221.08 | 0.93 | 0.53 |
| Hex | 18 | 5E | F6 | 5A | 3E | 0 | 4 | DD | 5C | 35 |
| Octal | 30 | 136 | 366 | 132 | 76 | 0 | 4 | 335 | 134 | 65 |
| Binary | 11000 | 1011110 | 11110110 | 1011010 | 111110 | 0 | 100 | 11011101 | 1011100 | 110101 |
Color Harmonies of #185EF6
Complementary color
Monochromatic Colors of #185EF6
Black with #185EF6
Text Example
Text Example
White with #185EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185EF6; }
p { color: rgb(24,94,246); }
H1.HeaderClassName
{
color: #185EF6;
}
.AnyTagClassName
{
color: #185EF6;
}
</style>
background-color css
<style>
a { background-color: #185EF6; }
a { background-color: rgb(24,94,246); }
div.DivClassName
{
background-color: #185EF6;
}
.BgClassName
{
background-color: #185EF6;
}
</style>
border-color css
<style>
span { border-color: #185EF6; }
span { border-color: rgb(24,94,246); }
td.TdClassName
{
border-color: #185EF6;
}
.TagClassName
{
border-color: #185EF6;
}
</style>