Shades of Royal Blue #184BF4
Tints of Royal Blue #184BF4
RGB
CMYK
RGB Variations
Color information
#184BF4 (or 0x184BF4) is known color: Royal Blue. HEX triplet: 18, 4B and F4. RGB value is (24,75,244). Sum of RGB (Red+Green+Blue) = 24+75+244=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 244 (95.70% from 255 or 71.14% from 343); Max value from RGB is 244 - color contains mainly: blue. Hex color #184BF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184BF4 is #E7B40B. Grayscale: #4E4E4E. Windows color (decimal): -15184908 or 16010008. OLE color: 16010008.
HSL color Cylindrical-coordinate representation of color #184BF4: hue angle of 226.09º 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 #184BF4 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 75 | 244 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.04 |
| HSL | 226.09º | 0.91% | 0.53% | - |
| HSV(B) | 226.09º | 0.9% | 0.96% | - |
| XYZ | 19.22 | 11.76 | 86.84 | - |
| YUV | 79.02 | 221.1 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 244 | 0.90 | 0.69 | 0 | 0.04 | 226.09 | 0.91 | 0.53 |
| Hex | 18 | 4B | F4 | 5A | 45 | 0 | 4 | E2 | 5B | 35 |
| Octal | 30 | 113 | 364 | 132 | 105 | 0 | 4 | 342 | 133 | 65 |
| Binary | 11000 | 1001011 | 11110100 | 1011010 | 1000101 | 0 | 100 | 11100010 | 1011011 | 110101 |
Color Harmonies of #184BF4
Complementary color
Monochromatic Colors of #184BF4
Black with #184BF4
Text Example
Text Example
White with #184BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BF4; }
p { color: rgb(24,75,244); }
H1.HeaderClassName
{
color: #184BF4;
}
.AnyTagClassName
{
color: #184BF4;
}
</style>
background-color css
<style>
a { background-color: #184BF4; }
a { background-color: rgb(24,75,244); }
div.DivClassName
{
background-color: #184BF4;
}
.BgClassName
{
background-color: #184BF4;
}
</style>
border-color css
<style>
span { border-color: #184BF4; }
span { border-color: rgb(24,75,244); }
td.TdClassName
{
border-color: #184BF4;
}
.TagClassName
{
border-color: #184BF4;
}
</style>