Shades of Royal Blue #2449EC
Tints of Royal Blue #2449EC
RGB
CMYK
RGB Variations
Color information
#2449EC (or 0x2449EC) is known color: Royal Blue. HEX triplet: 24, 49 and EC. RGB value is (36,73,236). Sum of RGB (Red+Green+Blue) = 36+73+236=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #2449EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2449EC is #DBB613. Grayscale: #4F4F4F. Windows color (decimal): -14398996 or 15485220. OLE color: 15485220.
HSL color Cylindrical-coordinate representation of color #2449EC: hue angle of 228.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2449EC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 73 | 236 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.07 |
| HSL | 228.9º | 0.84% | 0.53% | - |
| HSV(B) | 228.9º | 0.85% | 0.93% | - |
| XYZ | 18.25 | 11.2 | 80.56 | - |
| YUV | 80.52 | 215.74 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 236 | 0.85 | 0.69 | 0 | 0.07 | 228.9 | 0.84 | 0.53 |
| Hex | 24 | 49 | EC | 55 | 45 | 0 | 7 | E5 | 54 | 35 |
| Octal | 44 | 111 | 354 | 125 | 105 | 0 | 7 | 345 | 124 | 65 |
| Binary | 100100 | 1001001 | 11101100 | 1010101 | 1000101 | 0 | 111 | 11100101 | 1010100 | 110101 |
Color Harmonies of #2449EC
Complementary color
Monochromatic Colors of #2449EC
Black with #2449EC
Text Example
Text Example
White with #2449EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449EC; }
p { color: rgb(36,73,236); }
H1.HeaderClassName
{
color: #2449EC;
}
.AnyTagClassName
{
color: #2449EC;
}
</style>
background-color css
<style>
a { background-color: #2449EC; }
a { background-color: rgb(36,73,236); }
div.DivClassName
{
background-color: #2449EC;
}
.BgClassName
{
background-color: #2449EC;
}
</style>
border-color css
<style>
span { border-color: #2449EC; }
span { border-color: rgb(36,73,236); }
td.TdClassName
{
border-color: #2449EC;
}
.TagClassName
{
border-color: #2449EC;
}
</style>