Shades of Royal Blue #185EF4
Tints of Royal Blue #185EF4
RGB
CMYK
RGB Variations
Color information
#185EF4 (or 0x185EF4) is known color: Royal Blue. HEX triplet: 18, 5E and F4. RGB value is (24,94,244). Sum of RGB (Red+Green+Blue) = 24+94+244=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 244 (95.70% from 255 or 67.40% from 362); Max value from RGB is 244 - color contains mainly: blue. Hex color #185EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EF4 is #E7A10B. Grayscale: #595959. Windows color (decimal): -15180044 or 16014872. OLE color: 16014872.
HSL color Cylindrical-coordinate representation of color #185EF4: hue angle of 220.91º degrees, saturation: 0.91, 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 #185EF4 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 94 | 244 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.04 |
| HSL | 220.91º | 0.91% | 0.53% | - |
| HSV(B) | 220.91º | 0.9% | 0.96% | - |
| XYZ | 20.71 | 14.73 | 87.34 | - |
| YUV | 90.17 | 214.81 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 244 | 0.90 | 0.61 | 0 | 0.04 | 220.91 | 0.91 | 0.53 |
| Hex | 18 | 5E | F4 | 5A | 3D | 0 | 4 | DD | 5B | 35 |
| Octal | 30 | 136 | 364 | 132 | 75 | 0 | 4 | 335 | 133 | 65 |
| Binary | 11000 | 1011110 | 11110100 | 1011010 | 111101 | 0 | 100 | 11011101 | 1011011 | 110101 |
Color Harmonies of #185EF4
Complementary color
Monochromatic Colors of #185EF4
Black with #185EF4
Text Example
Text Example
White with #185EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185EF4; }
p { color: rgb(24,94,244); }
H1.HeaderClassName
{
color: #185EF4;
}
.AnyTagClassName
{
color: #185EF4;
}
</style>
background-color css
<style>
a { background-color: #185EF4; }
a { background-color: rgb(24,94,244); }
div.DivClassName
{
background-color: #185EF4;
}
.BgClassName
{
background-color: #185EF4;
}
</style>
border-color css
<style>
span { border-color: #185EF4; }
span { border-color: rgb(24,94,244); }
td.TdClassName
{
border-color: #185EF4;
}
.TagClassName
{
border-color: #185EF4;
}
</style>