Shades of Royal Blue #184CF5
Tints of Royal Blue #184CF5
RGB
CMYK
RGB Variations
Color information
#184CF5 (or 0x184CF5) is known color: Royal Blue. HEX triplet: 18, 4C and F5. RGB value is (24,76,245). Sum of RGB (Red+Green+Blue) = 24+76+245=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 245 (96.09% from 255 or 71.01% from 345); Max value from RGB is 245 - color contains mainly: blue. Hex color #184CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CF5 is #E7B30A. Grayscale: #4E4E4E. Windows color (decimal): -15184651 or 16075800. OLE color: 16075800.
HSL color Cylindrical-coordinate representation of color #184CF5: hue angle of 225.88º degrees, saturation: 0.92, 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 #184CF5 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 76 | 245 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.04 |
| HSL | 225.88º | 0.92% | 0.53% | - |
| HSV(B) | 225.88º | 0.9% | 0.96% | - |
| XYZ | 19.44 | 11.96 | 87.67 | - |
| YUV | 79.72 | 221.27 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 245 | 0.90 | 0.69 | 0 | 0.04 | 225.88 | 0.92 | 0.53 |
| Hex | 18 | 4C | F5 | 5A | 45 | 0 | 4 | E2 | 5C | 35 |
| Octal | 30 | 114 | 365 | 132 | 105 | 0 | 4 | 342 | 134 | 65 |
| Binary | 11000 | 1001100 | 11110101 | 1011010 | 1000101 | 0 | 100 | 11100010 | 1011100 | 110101 |
Color Harmonies of #184CF5
Complementary color
Monochromatic Colors of #184CF5
Black with #184CF5
Text Example
Text Example
White with #184CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CF5; }
p { color: rgb(24,76,245); }
H1.HeaderClassName
{
color: #184CF5;
}
.AnyTagClassName
{
color: #184CF5;
}
</style>
background-color css
<style>
a { background-color: #184CF5; }
a { background-color: rgb(24,76,245); }
div.DivClassName
{
background-color: #184CF5;
}
.BgClassName
{
background-color: #184CF5;
}
</style>
border-color css
<style>
span { border-color: #184CF5; }
span { border-color: rgb(24,76,245); }
td.TdClassName
{
border-color: #184CF5;
}
.TagClassName
{
border-color: #184CF5;
}
</style>