Shades of Royal Blue #2149ED
Tints of Royal Blue #2149ED
RGB
CMYK
RGB Variations
Color information
#2149ED (or 0x2149ED) is known color: Royal Blue. HEX triplet: 21, 49 and ED. RGB value is (33,73,237). Sum of RGB (Red+Green+Blue) = 33+73+237=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 237 (92.97% from 255 or 69.10% from 343); Max value from RGB is 237 - color contains mainly: blue. Hex color #2149ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2149ED is #DEB612. Grayscale: #4F4F4F. Windows color (decimal): -14595603 or 15550753. OLE color: 15550753.
HSL color Cylindrical-coordinate representation of color #2149ED: hue angle of 228.24º degrees, saturation: 0.85, 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 #2149ED is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 73 | 237 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.07 |
| HSL | 228.24º | 0.85% | 0.53% | - |
| HSV(B) | 228.24º | 0.86% | 0.93% | - |
| XYZ | 18.3 | 11.2 | 81.32 | - |
| YUV | 79.74 | 216.75 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 237 | 0.86 | 0.69 | 0 | 0.07 | 228.24 | 0.85 | 0.53 |
| Hex | 21 | 49 | ED | 56 | 45 | 0 | 7 | E4 | 55 | 35 |
| Octal | 41 | 111 | 355 | 126 | 105 | 0 | 7 | 344 | 125 | 65 |
| Binary | 100001 | 1001001 | 11101101 | 1010110 | 1000101 | 0 | 111 | 11100100 | 1010101 | 110101 |
Color Harmonies of #2149ED
Complementary color
Monochromatic Colors of #2149ED
Black with #2149ED
Text Example
Text Example
White with #2149ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149ED; }
p { color: rgb(33,73,237); }
H1.HeaderClassName
{
color: #2149ED;
}
.AnyTagClassName
{
color: #2149ED;
}
</style>
background-color css
<style>
a { background-color: #2149ED; }
a { background-color: rgb(33,73,237); }
div.DivClassName
{
background-color: #2149ED;
}
.BgClassName
{
background-color: #2149ED;
}
</style>
border-color css
<style>
span { border-color: #2149ED; }
span { border-color: rgb(33,73,237); }
td.TdClassName
{
border-color: #2149ED;
}
.TagClassName
{
border-color: #2149ED;
}
</style>