Shades of Royal Blue #184EFC
Tints of Royal Blue #184EFC
RGB
CMYK
RGB Variations
Color information
#184EFC (or 0x184EFC) is known color: Royal Blue. HEX triplet: 18, 4E and FC. RGB value is (24,78,252). Sum of RGB (Red+Green+Blue) = 24+78+252=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #184EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EFC is #E7B103. Grayscale: #505050. Windows color (decimal): -15184132 or 16535064. OLE color: 16535064.
HSL color Cylindrical-coordinate representation of color #184EFC: hue angle of 225.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184EFC is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 78 | 252 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.01 |
| HSL | 225.79º | 0.97% | 0.54% | - |
| HSV(B) | 225.79º | 0.9% | 0.99% | - |
| XYZ | 20.67 | 12.67 | 93.45 | - |
| YUV | 81.69 | 224.11 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 252 | 0.90 | 0.69 | 0 | 0.01 | 225.79 | 0.97 | 0.54 |
| Hex | 18 | 4E | FC | 5A | 45 | 0 | 1 | E2 | 61 | 36 |
| Octal | 30 | 116 | 374 | 132 | 105 | 0 | 1 | 342 | 141 | 66 |
| Binary | 11000 | 1001110 | 11111100 | 1011010 | 1000101 | 0 | 1 | 11100010 | 1100001 | 110110 |
Color Harmonies of #184EFC
Complementary color
Monochromatic Colors of #184EFC
Black with #184EFC
Text Example
Text Example
White with #184EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EFC; }
p { color: rgb(24,78,252); }
H1.HeaderClassName
{
color: #184EFC;
}
.AnyTagClassName
{
color: #184EFC;
}
</style>
background-color css
<style>
a { background-color: #184EFC; }
a { background-color: rgb(24,78,252); }
div.DivClassName
{
background-color: #184EFC;
}
.BgClassName
{
background-color: #184EFC;
}
</style>
border-color css
<style>
span { border-color: #184EFC; }
span { border-color: rgb(24,78,252); }
td.TdClassName
{
border-color: #184EFC;
}
.TagClassName
{
border-color: #184EFC;
}
</style>