Shades of Royal Blue #184BF0
Tints of Royal Blue #184BF0
RGB
CMYK
RGB Variations
Color information
#184BF0 (or 0x184BF0) is known color: Royal Blue. HEX triplet: 18, 4B and F0. RGB value is (24,75,240). Sum of RGB (Red+Green+Blue) = 24+75+240=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #184BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184BF0 is #E7B40F. Grayscale: #4D4D4D. Windows color (decimal): -15184912 or 15747864. OLE color: 15747864.
HSL color Cylindrical-coordinate representation of color #184BF0: hue angle of 225.83º 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 #184BF0 is Cyan = 0.9, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 75 | 240 | - |
| CMYK | 0.9 | 0.69 | 0 | 0.06 |
| HSL | 225.83º | 0.88% | 0.52% | - |
| HSV(B) | 225.83º | 0.9% | 0.94% | - |
| XYZ | 18.62 | 11.52 | 83.68 | - |
| YUV | 78.56 | 219.1 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 240 | 0.9 | 0.69 | 0 | 0.06 | 225.83 | 0.88 | 0.52 |
| Hex | 18 | 4B | F0 | 5A | 45 | 0 | 6 | E2 | 58 | 34 |
| Octal | 30 | 113 | 360 | 132 | 105 | 0 | 6 | 342 | 130 | 64 |
| Binary | 11000 | 1001011 | 11110000 | 1011010 | 1000101 | 0 | 110 | 11100010 | 1011000 | 110100 |
Color Harmonies of #184BF0
Complementary color
Monochromatic Colors of #184BF0
Black with #184BF0
Text Example
Text Example
White with #184BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184BF0; }
p { color: rgb(24,75,240); }
H1.HeaderClassName
{
color: #184BF0;
}
.AnyTagClassName
{
color: #184BF0;
}
</style>
background-color css
<style>
a { background-color: #184BF0; }
a { background-color: rgb(24,75,240); }
div.DivClassName
{
background-color: #184BF0;
}
.BgClassName
{
background-color: #184BF0;
}
</style>
border-color css
<style>
span { border-color: #184BF0; }
span { border-color: rgb(24,75,240); }
td.TdClassName
{
border-color: #184BF0;
}
.TagClassName
{
border-color: #184BF0;
}
</style>