Shades of Royal Blue #185EF3
Tints of Royal Blue #185EF3
RGB
CMYK
RGB Variations
Color information
#185EF3 (or 0x185EF3) is known color: Royal Blue. HEX triplet: 18, 5E and F3. RGB value is (24,94,243). Sum of RGB (Red+Green+Blue) = 24+94+243=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #185EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185EF3 is #E7A10C. Grayscale: #595959. Windows color (decimal): -15180045 or 15949336. OLE color: 15949336.
HSL color Cylindrical-coordinate representation of color #185EF3: hue angle of 220.82º degrees, saturation: 0.9, 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 #185EF3 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 94 | 243 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.05 |
| HSL | 220.82º | 0.9% | 0.52% | - |
| HSV(B) | 220.82º | 0.9% | 0.95% | - |
| XYZ | 20.56 | 14.67 | 86.54 | - |
| YUV | 90.06 | 214.31 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 243 | 0.90 | 0.61 | 0 | 0.05 | 220.82 | 0.9 | 0.52 |
| Hex | 18 | 5E | F3 | 5A | 3D | 0 | 5 | DD | 5A | 34 |
| Octal | 30 | 136 | 363 | 132 | 75 | 0 | 5 | 335 | 132 | 64 |
| Binary | 11000 | 1011110 | 11110011 | 1011010 | 111101 | 0 | 101 | 11011101 | 1011010 | 110100 |
Color Harmonies of #185EF3
Complementary color
Monochromatic Colors of #185EF3
Black with #185EF3
Text Example
Text Example
White with #185EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185EF3; }
p { color: rgb(24,94,243); }
H1.HeaderClassName
{
color: #185EF3;
}
.AnyTagClassName
{
color: #185EF3;
}
</style>
background-color css
<style>
a { background-color: #185EF3; }
a { background-color: rgb(24,94,243); }
div.DivClassName
{
background-color: #185EF3;
}
.BgClassName
{
background-color: #185EF3;
}
</style>
border-color css
<style>
span { border-color: #185EF3; }
span { border-color: rgb(24,94,243); }
td.TdClassName
{
border-color: #185EF3;
}
.TagClassName
{
border-color: #185EF3;
}
</style>