Shades of Royal Blue #2152ED
Tints of Royal Blue #2152ED
RGB
CMYK
RGB Variations
Color information
#2152ED (or 0x2152ED) is known color: Royal Blue. HEX triplet: 21, 52 and ED. RGB value is (33,82,237). Sum of RGB (Red+Green+Blue) = 33+82+237=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #2152ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2152ED is #DEAD12. Grayscale: #545454. Windows color (decimal): -14593299 or 15553057. OLE color: 15553057.
HSL color Cylindrical-coordinate representation of color #2152ED: hue angle of 225.59º 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 #2152ED is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 82 | 237 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.07 |
| HSL | 225.59º | 0.85% | 0.53% | - |
| HSV(B) | 225.59º | 0.86% | 0.93% | - |
| XYZ | 18.93 | 12.47 | 81.53 | - |
| YUV | 85.02 | 213.77 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 237 | 0.86 | 0.65 | 0 | 0.07 | 225.59 | 0.85 | 0.53 |
| Hex | 21 | 52 | ED | 56 | 41 | 0 | 7 | E2 | 55 | 35 |
| Octal | 41 | 122 | 355 | 126 | 101 | 0 | 7 | 342 | 125 | 65 |
| Binary | 100001 | 1010010 | 11101101 | 1010110 | 1000001 | 0 | 111 | 11100010 | 1010101 | 110101 |
Color Harmonies of #2152ED
Complementary color
Monochromatic Colors of #2152ED
Black with #2152ED
Text Example
Text Example
White with #2152ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152ED; }
p { color: rgb(33,82,237); }
H1.HeaderClassName
{
color: #2152ED;
}
.AnyTagClassName
{
color: #2152ED;
}
</style>
background-color css
<style>
a { background-color: #2152ED; }
a { background-color: rgb(33,82,237); }
div.DivClassName
{
background-color: #2152ED;
}
.BgClassName
{
background-color: #2152ED;
}
</style>
border-color css
<style>
span { border-color: #2152ED; }
span { border-color: rgb(33,82,237); }
td.TdClassName
{
border-color: #2152ED;
}
.TagClassName
{
border-color: #2152ED;
}
</style>