Shades of Royal Blue #184CF6
Tints of Royal Blue #184CF6
RGB
CMYK
RGB Variations
Color information
#184CF6 (or 0x184CF6) is known color: Royal Blue. HEX triplet: 18, 4C and F6. RGB value is (24,76,246). Sum of RGB (Red+Green+Blue) = 24+76+246=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #184CF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #184CF6 is #E7B309. Grayscale: #4F4F4F. Windows color (decimal): -15184650 or 16141336. OLE color: 16141336.
HSL color Cylindrical-coordinate representation of color #184CF6: hue angle of 225.95º 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 #184CF6 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 76 | 246 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.04 |
| HSL | 225.95º | 0.93% | 0.53% | - |
| HSV(B) | 225.95º | 0.9% | 0.96% | - |
| XYZ | 19.6 | 12.02 | 88.48 | - |
| YUV | 79.83 | 221.77 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 76 | 246 | 0.90 | 0.69 | 0 | 0.04 | 225.95 | 0.93 | 0.53 |
| Hex | 18 | 4C | F6 | 5A | 45 | 0 | 4 | E2 | 5C | 35 |
| Octal | 30 | 114 | 366 | 132 | 105 | 0 | 4 | 342 | 134 | 65 |
| Binary | 11000 | 1001100 | 11110110 | 1011010 | 1000101 | 0 | 100 | 11100010 | 1011100 | 110101 |
Color Harmonies of #184CF6
Complementary color
Monochromatic Colors of #184CF6
Black with #184CF6
Text Example
Text Example
White with #184CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184CF6; }
p { color: rgb(24,76,246); }
H1.HeaderClassName
{
color: #184CF6;
}
.AnyTagClassName
{
color: #184CF6;
}
</style>
background-color css
<style>
a { background-color: #184CF6; }
a { background-color: rgb(24,76,246); }
div.DivClassName
{
background-color: #184CF6;
}
.BgClassName
{
background-color: #184CF6;
}
</style>
border-color css
<style>
span { border-color: #184CF6; }
span { border-color: rgb(24,76,246); }
td.TdClassName
{
border-color: #184CF6;
}
.TagClassName
{
border-color: #184CF6;
}
</style>