Shades of Royal Blue #184EF5
Tints of Royal Blue #184EF5
RGB
CMYK
RGB Variations
Color information
#184EF5 (or 0x184EF5) is known color: Royal Blue. HEX triplet: 18, 4E and F5. RGB value is (24,78,245). Sum of RGB (Red+Green+Blue) = 24+78+245=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 245 (96.09% from 255 or 70.61% from 347); Max value from RGB is 245 - color contains mainly: blue. Hex color #184EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EF5 is #E7B10A. Grayscale: #505050. Windows color (decimal): -15184139 or 16076312. OLE color: 16076312.
HSL color Cylindrical-coordinate representation of color #184EF5: hue angle of 225.34º degrees, saturation: 0.92, 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 #184EF5 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 78 | 245 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.04 |
| HSL | 225.34º | 0.92% | 0.53% | - |
| HSV(B) | 225.34º | 0.9% | 0.96% | - |
| XYZ | 19.58 | 12.24 | 87.72 | - |
| YUV | 80.89 | 220.61 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 245 | 0.90 | 0.68 | 0 | 0.04 | 225.34 | 0.92 | 0.53 |
| Hex | 18 | 4E | F5 | 5A | 44 | 0 | 4 | E1 | 5C | 35 |
| Octal | 30 | 116 | 365 | 132 | 104 | 0 | 4 | 341 | 134 | 65 |
| Binary | 11000 | 1001110 | 11110101 | 1011010 | 1000100 | 0 | 100 | 11100001 | 1011100 | 110101 |
Color Harmonies of #184EF5
Complementary color
Monochromatic Colors of #184EF5
Black with #184EF5
Text Example
Text Example
White with #184EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EF5; }
p { color: rgb(24,78,245); }
H1.HeaderClassName
{
color: #184EF5;
}
.AnyTagClassName
{
color: #184EF5;
}
</style>
background-color css
<style>
a { background-color: #184EF5; }
a { background-color: rgb(24,78,245); }
div.DivClassName
{
background-color: #184EF5;
}
.BgClassName
{
background-color: #184EF5;
}
</style>
border-color css
<style>
span { border-color: #184EF5; }
span { border-color: rgb(24,78,245); }
td.TdClassName
{
border-color: #184EF5;
}
.TagClassName
{
border-color: #184EF5;
}
</style>