Shades of Royal Blue #184EF6
Tints of Royal Blue #184EF6
RGB
CMYK
RGB Variations
Color information
#184EF6 (or 0x184EF6) is known color: Royal Blue. HEX triplet: 18, 4E and F6. RGB value is (24,78,246). Sum of RGB (Red+Green+Blue) = 24+78+246=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 246 (96.48% from 255 or 70.69% from 348); Max value from RGB is 246 - color contains mainly: blue. Hex color #184EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184EF6 is #E7B109. Grayscale: #505050. Windows color (decimal): -15184138 or 16141848. OLE color: 16141848.
HSL color Cylindrical-coordinate representation of color #184EF6: hue angle of 225.41º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #184EF6 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 78 | 246 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.04 |
| HSL | 225.41º | 0.93% | 0.53% | - |
| HSV(B) | 225.41º | 0.9% | 0.96% | - |
| XYZ | 19.74 | 12.3 | 88.52 | - |
| YUV | 81.01 | 221.11 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 246 | 0.90 | 0.68 | 0 | 0.04 | 225.41 | 0.93 | 0.53 |
| Hex | 18 | 4E | F6 | 5A | 44 | 0 | 4 | E1 | 5C | 35 |
| Octal | 30 | 116 | 366 | 132 | 104 | 0 | 4 | 341 | 134 | 65 |
| Binary | 11000 | 1001110 | 11110110 | 1011010 | 1000100 | 0 | 100 | 11100001 | 1011100 | 110101 |
Color Harmonies of #184EF6
Complementary color
Monochromatic Colors of #184EF6
Black with #184EF6
Text Example
Text Example
White with #184EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184EF6; }
p { color: rgb(24,78,246); }
H1.HeaderClassName
{
color: #184EF6;
}
.AnyTagClassName
{
color: #184EF6;
}
</style>
background-color css
<style>
a { background-color: #184EF6; }
a { background-color: rgb(24,78,246); }
div.DivClassName
{
background-color: #184EF6;
}
.BgClassName
{
background-color: #184EF6;
}
</style>
border-color css
<style>
span { border-color: #184EF6; }
span { border-color: rgb(24,78,246); }
td.TdClassName
{
border-color: #184EF6;
}
.TagClassName
{
border-color: #184EF6;
}
</style>