Shades of Royal Blue #2149EC
Tints of Royal Blue #2149EC
RGB
CMYK
RGB Variations
Color information
#2149EC (or 0x2149EC) is known color: Royal Blue. HEX triplet: 21, 49 and EC. RGB value is (33,73,236). Sum of RGB (Red+Green+Blue) = 33+73+236=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #2149EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2149EC is #DEB613. Grayscale: #4E4E4E. Windows color (decimal): -14595604 or 15485217. OLE color: 15485217.
HSL color Cylindrical-coordinate representation of color #2149EC: hue angle of 228.18º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2149EC is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 73 | 236 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.07 |
| HSL | 228.18º | 0.84% | 0.53% | - |
| HSV(B) | 228.18º | 0.86% | 0.93% | - |
| XYZ | 18.15 | 11.14 | 80.55 | - |
| YUV | 79.62 | 216.25 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 236 | 0.86 | 0.69 | 0 | 0.07 | 228.18 | 0.84 | 0.53 |
| Hex | 21 | 49 | EC | 56 | 45 | 0 | 7 | E4 | 54 | 35 |
| Octal | 41 | 111 | 354 | 126 | 105 | 0 | 7 | 344 | 124 | 65 |
| Binary | 100001 | 1001001 | 11101100 | 1010110 | 1000101 | 0 | 111 | 11100100 | 1010100 | 110101 |
Color Harmonies of #2149EC
Complementary color
Monochromatic Colors of #2149EC
Black with #2149EC
Text Example
Text Example
White with #2149EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149EC; }
p { color: rgb(33,73,236); }
H1.HeaderClassName
{
color: #2149EC;
}
.AnyTagClassName
{
color: #2149EC;
}
</style>
background-color css
<style>
a { background-color: #2149EC; }
a { background-color: rgb(33,73,236); }
div.DivClassName
{
background-color: #2149EC;
}
.BgClassName
{
background-color: #2149EC;
}
</style>
border-color css
<style>
span { border-color: #2149EC; }
span { border-color: rgb(33,73,236); }
td.TdClassName
{
border-color: #2149EC;
}
.TagClassName
{
border-color: #2149EC;
}
</style>