Shades of Royal Blue #2152EA
Tints of Royal Blue #2152EA
RGB
CMYK
RGB Variations
Color information
#2152EA (or 0x2152EA) is known color: Royal Blue. HEX triplet: 21, 52 and EA. RGB value is (33,82,234). Sum of RGB (Red+Green+Blue) = 33+82+234=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #2152EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2152EA is #DEAD15. Grayscale: #545454. Windows color (decimal): -14593302 or 15356449. OLE color: 15356449.
HSL color Cylindrical-coordinate representation of color #2152EA: hue angle of 225.37º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2152EA is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 82 | 234 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.08 |
| HSL | 225.37º | 0.83% | 0.52% | - |
| HSV(B) | 225.37º | 0.86% | 0.92% | - |
| XYZ | 18.5 | 12.3 | 79.24 | - |
| YUV | 84.68 | 212.27 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 234 | 0.86 | 0.65 | 0 | 0.08 | 225.37 | 0.83 | 0.52 |
| Hex | 21 | 52 | EA | 56 | 41 | 0 | 8 | E1 | 53 | 34 |
| Octal | 41 | 122 | 352 | 126 | 101 | 0 | 10 | 341 | 123 | 64 |
| Binary | 100001 | 1010010 | 11101010 | 1010110 | 1000001 | 0 | 1000 | 11100001 | 1010011 | 110100 |
Color Harmonies of #2152EA
Complementary color
Monochromatic Colors of #2152EA
Black with #2152EA
Text Example
Text Example
White with #2152EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2152EA; }
p { color: rgb(33,82,234); }
H1.HeaderClassName
{
color: #2152EA;
}
.AnyTagClassName
{
color: #2152EA;
}
</style>
background-color css
<style>
a { background-color: #2152EA; }
a { background-color: rgb(33,82,234); }
div.DivClassName
{
background-color: #2152EA;
}
.BgClassName
{
background-color: #2152EA;
}
</style>
border-color css
<style>
span { border-color: #2152EA; }
span { border-color: rgb(33,82,234); }
td.TdClassName
{
border-color: #2152EA;
}
.TagClassName
{
border-color: #2152EA;
}
</style>