Shades of Royal Blue #184FFA
Tints of Royal Blue #184FFA
RGB
CMYK
RGB Variations
Color information
#184FFA (or 0x184FFA) is known color: Royal Blue. HEX triplet: 18, 4F and FA. RGB value is (24,79,250). Sum of RGB (Red+Green+Blue) = 24+79+250=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #184FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184FFA is #E7B005. Grayscale: #515151. Windows color (decimal): -15183878 or 16404248. OLE color: 16404248.
HSL color Cylindrical-coordinate representation of color #184FFA: hue angle of 225.4º 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 #184FFA is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 79 | 250 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.02 |
| HSL | 225.4º | 0.96% | 0.54% | - |
| HSV(B) | 225.4º | 0.9% | 0.98% | - |
| XYZ | 20.43 | 12.69 | 91.81 | - |
| YUV | 82.05 | 222.78 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 250 | 0.90 | 0.68 | 0 | 0.02 | 225.4 | 0.96 | 0.54 |
| Hex | 18 | 4F | FA | 5A | 44 | 0 | 2 | E1 | 60 | 36 |
| Octal | 30 | 117 | 372 | 132 | 104 | 0 | 2 | 341 | 140 | 66 |
| Binary | 11000 | 1001111 | 11111010 | 1011010 | 1000100 | 0 | 10 | 11100001 | 1100000 | 110110 |
Color Harmonies of #184FFA
Complementary color
Monochromatic Colors of #184FFA
Black with #184FFA
Text Example
Text Example
White with #184FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184FFA; }
p { color: rgb(24,79,250); }
H1.HeaderClassName
{
color: #184FFA;
}
.AnyTagClassName
{
color: #184FFA;
}
</style>
background-color css
<style>
a { background-color: #184FFA; }
a { background-color: rgb(24,79,250); }
div.DivClassName
{
background-color: #184FFA;
}
.BgClassName
{
background-color: #184FFA;
}
</style>
border-color css
<style>
span { border-color: #184FFA; }
span { border-color: rgb(24,79,250); }
td.TdClassName
{
border-color: #184FFA;
}
.TagClassName
{
border-color: #184FFA;
}
</style>