Shades of Royal Blue #184DF0
Tints of Royal Blue #184DF0
RGB
CMYK
RGB Variations
Color information
#184DF0 (or 0x184DF0) is known color: Royal Blue. HEX triplet: 18, 4D and F0. RGB value is (24,77,240). Sum of RGB (Red+Green+Blue) = 24+77+240=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #184DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184DF0 is #E7B20F. Grayscale: #4F4F4F. Windows color (decimal): -15184400 or 15748376. OLE color: 15748376.
HSL color Cylindrical-coordinate representation of color #184DF0: hue angle of 225.28º 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 #184DF0 is Cyan = 0.9, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 77 | 240 | - |
| CMYK | 0.9 | 0.68 | 0 | 0.06 |
| HSL | 225.28º | 0.88% | 0.52% | - |
| HSV(B) | 225.28º | 0.9% | 0.94% | - |
| XYZ | 18.76 | 11.79 | 83.73 | - |
| YUV | 79.74 | 218.44 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 240 | 0.9 | 0.68 | 0 | 0.06 | 225.28 | 0.88 | 0.52 |
| Hex | 18 | 4D | F0 | 5A | 44 | 0 | 6 | E1 | 58 | 34 |
| Octal | 30 | 115 | 360 | 132 | 104 | 0 | 6 | 341 | 130 | 64 |
| Binary | 11000 | 1001101 | 11110000 | 1011010 | 1000100 | 0 | 110 | 11100001 | 1011000 | 110100 |
Color Harmonies of #184DF0
Complementary color
Monochromatic Colors of #184DF0
Black with #184DF0
Text Example
Text Example
White with #184DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DF0; }
p { color: rgb(24,77,240); }
H1.HeaderClassName
{
color: #184DF0;
}
.AnyTagClassName
{
color: #184DF0;
}
</style>
background-color css
<style>
a { background-color: #184DF0; }
a { background-color: rgb(24,77,240); }
div.DivClassName
{
background-color: #184DF0;
}
.BgClassName
{
background-color: #184DF0;
}
</style>
border-color css
<style>
span { border-color: #184DF0; }
span { border-color: rgb(24,77,240); }
td.TdClassName
{
border-color: #184DF0;
}
.TagClassName
{
border-color: #184DF0;
}
</style>