Shades of Royal Blue #184CF7
Tints of Royal Blue #184CF7
RGB
CMYK
RGB Variations
Color information
#184CF7 (or 0x184CF7) is known color: Royal Blue. HEX triplet: 18, 4C and F7. RGB value is (24,76,247). Sum of RGB (Red+Green+Blue) = 24+76+247=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 247 (96.88% from 255 or 71.18% from 347); Max value from RGB is 247 - color contains mainly: blue. Hex color #184CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CF7 is #E7B308. Grayscale: #4F4F4F. Windows color (decimal): -15184649 or 16206872. OLE color: 16206872.
HSL color Cylindrical-coordinate representation of color #184CF7: hue angle of 226.01º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184CF7 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 76 | 247 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.03 |
| HSL | 226.01º | 0.93% | 0.53% | - |
| HSV(B) | 226.01º | 0.9% | 0.97% | - |
| XYZ | 19.75 | 12.08 | 89.29 | - |
| YUV | 79.95 | 222.27 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 247 | 0.90 | 0.69 | 0 | 0.03 | 226.01 | 0.93 | 0.53 |
| Hex | 18 | 4C | F7 | 5A | 45 | 0 | 3 | E2 | 5D | 35 |
| Octal | 30 | 114 | 367 | 132 | 105 | 0 | 3 | 342 | 135 | 65 |
| Binary | 11000 | 1001100 | 11110111 | 1011010 | 1000101 | 0 | 11 | 11100010 | 1011101 | 110101 |
Color Harmonies of #184CF7
Complementary color
Monochromatic Colors of #184CF7
Black with #184CF7
Text Example
Text Example
White with #184CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CF7; }
p { color: rgb(24,76,247); }
H1.HeaderClassName
{
color: #184CF7;
}
.AnyTagClassName
{
color: #184CF7;
}
</style>
background-color css
<style>
a { background-color: #184CF7; }
a { background-color: rgb(24,76,247); }
div.DivClassName
{
background-color: #184CF7;
}
.BgClassName
{
background-color: #184CF7;
}
</style>
border-color css
<style>
span { border-color: #184CF7; }
span { border-color: rgb(24,76,247); }
td.TdClassName
{
border-color: #184CF7;
}
.TagClassName
{
border-color: #184CF7;
}
</style>