Shades of Royal Blue #184AF0
Tints of Royal Blue #184AF0
RGB
CMYK
RGB Variations
Color information
#184AF0 (or 0x184AF0) is known color: Royal Blue. HEX triplet: 18, 4A and F0. RGB value is (24,74,240). Sum of RGB (Red+Green+Blue) = 24+74+240=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #184AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184AF0 is #E7B50F. Grayscale: #4D4D4D. Windows color (decimal): -15185168 or 15747608. OLE color: 15747608.
HSL color Cylindrical-coordinate representation of color #184AF0: hue angle of 226.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184AF0 is Cyan = 0.9, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 74 | 240 | - |
| CMYK | 0.9 | 0.69 | 0 | 0.06 |
| HSL | 226.11º | 0.88% | 0.52% | - |
| HSV(B) | 226.11º | 0.9% | 0.94% | - |
| XYZ | 18.55 | 11.38 | 83.66 | - |
| YUV | 77.97 | 219.44 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 240 | 0.9 | 0.69 | 0 | 0.06 | 226.11 | 0.88 | 0.52 |
| Hex | 18 | 4A | F0 | 5A | 45 | 0 | 6 | E2 | 58 | 34 |
| Octal | 30 | 112 | 360 | 132 | 105 | 0 | 6 | 342 | 130 | 64 |
| Binary | 11000 | 1001010 | 11110000 | 1011010 | 1000101 | 0 | 110 | 11100010 | 1011000 | 110100 |
Color Harmonies of #184AF0
Complementary color
Monochromatic Colors of #184AF0
Black with #184AF0
Text Example
Text Example
White with #184AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184AF0; }
p { color: rgb(24,74,240); }
H1.HeaderClassName
{
color: #184AF0;
}
.AnyTagClassName
{
color: #184AF0;
}
</style>
background-color css
<style>
a { background-color: #184AF0; }
a { background-color: rgb(24,74,240); }
div.DivClassName
{
background-color: #184AF0;
}
.BgClassName
{
background-color: #184AF0;
}
</style>
border-color css
<style>
span { border-color: #184AF0; }
span { border-color: rgb(24,74,240); }
td.TdClassName
{
border-color: #184AF0;
}
.TagClassName
{
border-color: #184AF0;
}
</style>