Shades of Royal Blue #2149EE
Tints of Royal Blue #2149EE
RGB
CMYK
RGB Variations
Color information
#2149EE (or 0x2149EE) is known color: Royal Blue. HEX triplet: 21, 49 and EE. RGB value is (33,73,238). Sum of RGB (Red+Green+Blue) = 33+73+238=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 238 (93.36% from 255 or 69.19% from 344); Max value from RGB is 238 - color contains mainly: blue. Hex color #2149EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2149EE is #DEB611. Grayscale: #4F4F4F. Windows color (decimal): -14595602 or 15616289. OLE color: 15616289.
HSL color Cylindrical-coordinate representation of color #2149EE: hue angle of 228.29º degrees, saturation: 0.86, 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 #2149EE is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 73 | 238 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.07 |
| HSL | 228.29º | 0.86% | 0.53% | - |
| HSV(B) | 228.29º | 0.86% | 0.93% | - |
| XYZ | 18.44 | 11.26 | 82.09 | - |
| YUV | 79.85 | 217.25 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 238 | 0.86 | 0.69 | 0 | 0.07 | 228.29 | 0.86 | 0.53 |
| Hex | 21 | 49 | EE | 56 | 45 | 0 | 7 | E4 | 56 | 35 |
| Octal | 41 | 111 | 356 | 126 | 105 | 0 | 7 | 344 | 126 | 65 |
| Binary | 100001 | 1001001 | 11101110 | 1010110 | 1000101 | 0 | 111 | 11100100 | 1010110 | 110101 |
Color Harmonies of #2149EE
Complementary color
Monochromatic Colors of #2149EE
Black with #2149EE
Text Example
Text Example
White with #2149EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149EE; }
p { color: rgb(33,73,238); }
H1.HeaderClassName
{
color: #2149EE;
}
.AnyTagClassName
{
color: #2149EE;
}
</style>
background-color css
<style>
a { background-color: #2149EE; }
a { background-color: rgb(33,73,238); }
div.DivClassName
{
background-color: #2149EE;
}
.BgClassName
{
background-color: #2149EE;
}
</style>
border-color css
<style>
span { border-color: #2149EE; }
span { border-color: rgb(33,73,238); }
td.TdClassName
{
border-color: #2149EE;
}
.TagClassName
{
border-color: #2149EE;
}
</style>