Shades of Royal Blue #184EFB
Tints of Royal Blue #184EFB
RGB
CMYK
RGB Variations
Color information
#184EFB (or 0x184EFB) is known color: Royal Blue. HEX triplet: 18, 4E and FB. RGB value is (24,78,251). Sum of RGB (Red+Green+Blue) = 24+78+251=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #184EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EFB is #E7B104. Grayscale: #505050. Windows color (decimal): -15184133 or 16469528. OLE color: 16469528.
HSL color Cylindrical-coordinate representation of color #184EFB: hue angle of 225.73º degrees, saturation: 0.97, 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 #184EFB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 78 | 251 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.02 |
| HSL | 225.73º | 0.97% | 0.54% | - |
| HSV(B) | 225.73º | 0.9% | 0.98% | - |
| XYZ | 20.51 | 12.61 | 92.62 | - |
| YUV | 81.58 | 223.61 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 251 | 0.90 | 0.69 | 0 | 0.02 | 225.73 | 0.97 | 0.54 |
| Hex | 18 | 4E | FB | 5A | 45 | 0 | 2 | E2 | 61 | 36 |
| Octal | 30 | 116 | 373 | 132 | 105 | 0 | 2 | 342 | 141 | 66 |
| Binary | 11000 | 1001110 | 11111011 | 1011010 | 1000101 | 0 | 10 | 11100010 | 1100001 | 110110 |
Color Harmonies of #184EFB
Complementary color
Monochromatic Colors of #184EFB
Black with #184EFB
Text Example
Text Example
White with #184EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EFB; }
p { color: rgb(24,78,251); }
H1.HeaderClassName
{
color: #184EFB;
}
.AnyTagClassName
{
color: #184EFB;
}
</style>
background-color css
<style>
a { background-color: #184EFB; }
a { background-color: rgb(24,78,251); }
div.DivClassName
{
background-color: #184EFB;
}
.BgClassName
{
background-color: #184EFB;
}
</style>
border-color css
<style>
span { border-color: #184EFB; }
span { border-color: rgb(24,78,251); }
td.TdClassName
{
border-color: #184EFB;
}
.TagClassName
{
border-color: #184EFB;
}
</style>