Shades of Royal Blue #184DFA
Tints of Royal Blue #184DFA
RGB
CMYK
RGB Variations
Color information
#184DFA (or 0x184DFA) is known color: Royal Blue. HEX triplet: 18, 4D and FA. RGB value is (24,77,250). Sum of RGB (Red+Green+Blue) = 24+77+250=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #184DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184DFA is #E7B205. Grayscale: #505050. Windows color (decimal): -15184390 or 16403736. OLE color: 16403736.
HSL color Cylindrical-coordinate representation of color #184DFA: hue angle of 225.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184DFA is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 77 | 250 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.02 |
| HSL | 225.93º | 0.96% | 0.54% | - |
| HSV(B) | 225.93º | 0.9% | 0.98% | - |
| XYZ | 20.29 | 12.4 | 91.77 | - |
| YUV | 80.88 | 223.44 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 77 | 250 | 0.90 | 0.69 | 0 | 0.02 | 225.93 | 0.96 | 0.54 |
| Hex | 18 | 4D | FA | 5A | 45 | 0 | 2 | E2 | 60 | 36 |
| Octal | 30 | 115 | 372 | 132 | 105 | 0 | 2 | 342 | 140 | 66 |
| Binary | 11000 | 1001101 | 11111010 | 1011010 | 1000101 | 0 | 10 | 11100010 | 1100000 | 110110 |
Color Harmonies of #184DFA
Complementary color
Monochromatic Colors of #184DFA
Black with #184DFA
Text Example
Text Example
White with #184DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184DFA; }
p { color: rgb(24,77,250); }
H1.HeaderClassName
{
color: #184DFA;
}
.AnyTagClassName
{
color: #184DFA;
}
</style>
background-color css
<style>
a { background-color: #184DFA; }
a { background-color: rgb(24,77,250); }
div.DivClassName
{
background-color: #184DFA;
}
.BgClassName
{
background-color: #184DFA;
}
</style>
border-color css
<style>
span { border-color: #184DFA; }
span { border-color: rgb(24,77,250); }
td.TdClassName
{
border-color: #184DFA;
}
.TagClassName
{
border-color: #184DFA;
}
</style>