Shades of Royal Blue #184EF4
Tints of Royal Blue #184EF4
RGB
CMYK
RGB Variations
Color information
#184EF4 (or 0x184EF4) is known color: Royal Blue. HEX triplet: 18, 4E and F4. RGB value is (24,78,244). Sum of RGB (Red+Green+Blue) = 24+78+244=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 244 (95.70% from 255 or 70.52% from 346); Max value from RGB is 244 - color contains mainly: blue. Hex color #184EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EF4 is #E7B10B. Grayscale: #505050. Windows color (decimal): -15184140 or 16010776. OLE color: 16010776.
HSL color Cylindrical-coordinate representation of color #184EF4: hue angle of 225.27º 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 #184EF4 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 78 | 244 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.04 |
| HSL | 225.27º | 0.91% | 0.53% | - |
| HSV(B) | 225.27º | 0.9% | 0.96% | - |
| XYZ | 19.43 | 12.17 | 86.91 | - |
| YUV | 80.78 | 220.11 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 244 | 0.90 | 0.68 | 0 | 0.04 | 225.27 | 0.91 | 0.53 |
| Hex | 18 | 4E | F4 | 5A | 44 | 0 | 4 | E1 | 5B | 35 |
| Octal | 30 | 116 | 364 | 132 | 104 | 0 | 4 | 341 | 133 | 65 |
| Binary | 11000 | 1001110 | 11110100 | 1011010 | 1000100 | 0 | 100 | 11100001 | 1011011 | 110101 |
Color Harmonies of #184EF4
Complementary color
Monochromatic Colors of #184EF4
Black with #184EF4
Text Example
Text Example
White with #184EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EF4; }
p { color: rgb(24,78,244); }
H1.HeaderClassName
{
color: #184EF4;
}
.AnyTagClassName
{
color: #184EF4;
}
</style>
background-color css
<style>
a { background-color: #184EF4; }
a { background-color: rgb(24,78,244); }
div.DivClassName
{
background-color: #184EF4;
}
.BgClassName
{
background-color: #184EF4;
}
</style>
border-color css
<style>
span { border-color: #184EF4; }
span { border-color: rgb(24,78,244); }
td.TdClassName
{
border-color: #184EF4;
}
.TagClassName
{
border-color: #184EF4;
}
</style>