Shades of Royal Blue #184DF4
Tints of Royal Blue #184DF4
RGB
CMYK
RGB Variations
Color information
#184DF4 (or 0x184DF4) is known color: Royal Blue. HEX triplet: 18, 4D and F4. RGB value is (24,77,244). Sum of RGB (Red+Green+Blue) = 24+77+244=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 244 (95.70% from 255 or 70.72% from 345); Max value from RGB is 244 - color contains mainly: blue. Hex color #184DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184DF4 is #E7B20B. Grayscale: #4F4F4F. Windows color (decimal): -15184396 or 16010520. OLE color: 16010520.
HSL color Cylindrical-coordinate representation of color #184DF4: hue angle of 225.55º 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 #184DF4 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 77 | 244 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.04 |
| HSL | 225.55º | 0.91% | 0.53% | - |
| HSV(B) | 225.55º | 0.9% | 0.96% | - |
| XYZ | 19.36 | 12.03 | 86.89 | - |
| YUV | 80.19 | 220.44 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 244 | 0.90 | 0.68 | 0 | 0.04 | 225.55 | 0.91 | 0.53 |
| Hex | 18 | 4D | F4 | 5A | 44 | 0 | 4 | E2 | 5B | 35 |
| Octal | 30 | 115 | 364 | 132 | 104 | 0 | 4 | 342 | 133 | 65 |
| Binary | 11000 | 1001101 | 11110100 | 1011010 | 1000100 | 0 | 100 | 11100010 | 1011011 | 110101 |
Color Harmonies of #184DF4
Complementary color
Monochromatic Colors of #184DF4
Black with #184DF4
Text Example
Text Example
White with #184DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DF4; }
p { color: rgb(24,77,244); }
H1.HeaderClassName
{
color: #184DF4;
}
.AnyTagClassName
{
color: #184DF4;
}
</style>
background-color css
<style>
a { background-color: #184DF4; }
a { background-color: rgb(24,77,244); }
div.DivClassName
{
background-color: #184DF4;
}
.BgClassName
{
background-color: #184DF4;
}
</style>
border-color css
<style>
span { border-color: #184DF4; }
span { border-color: rgb(24,77,244); }
td.TdClassName
{
border-color: #184DF4;
}
.TagClassName
{
border-color: #184DF4;
}
</style>