Shades of Royal Blue #2153ED
Tints of Royal Blue #2153ED
RGB
CMYK
RGB Variations
Color information
#2153ED (or 0x2153ED) is known color: Royal Blue. HEX triplet: 21, 53 and ED. RGB value is (33,83,237). Sum of RGB (Red+Green+Blue) = 33+83+237=353 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.35% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #2153ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2153ED is #DEAC12. Grayscale: #545454. Windows color (decimal): -14593043 or 15553313. OLE color: 15553313.
HSL color Cylindrical-coordinate representation of color #2153ED: hue angle of 225.29º 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 #2153ED is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 83 | 237 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.07 |
| HSL | 225.29º | 0.85% | 0.53% | - |
| HSV(B) | 225.29º | 0.86% | 0.93% | - |
| XYZ | 19.01 | 12.62 | 81.56 | - |
| YUV | 85.61 | 213.44 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 237 | 0.86 | 0.65 | 0 | 0.07 | 225.29 | 0.85 | 0.53 |
| Hex | 21 | 53 | ED | 56 | 41 | 0 | 7 | E1 | 55 | 35 |
| Octal | 41 | 123 | 355 | 126 | 101 | 0 | 7 | 341 | 125 | 65 |
| Binary | 100001 | 1010011 | 11101101 | 1010110 | 1000001 | 0 | 111 | 11100001 | 1010101 | 110101 |
Color Harmonies of #2153ED
Complementary color
Monochromatic Colors of #2153ED
Black with #2153ED
Text Example
Text Example
White with #2153ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153ED; }
p { color: rgb(33,83,237); }
H1.HeaderClassName
{
color: #2153ED;
}
.AnyTagClassName
{
color: #2153ED;
}
</style>
background-color css
<style>
a { background-color: #2153ED; }
a { background-color: rgb(33,83,237); }
div.DivClassName
{
background-color: #2153ED;
}
.BgClassName
{
background-color: #2153ED;
}
</style>
border-color css
<style>
span { border-color: #2153ED; }
span { border-color: rgb(33,83,237); }
td.TdClassName
{
border-color: #2153ED;
}
.TagClassName
{
border-color: #2153ED;
}
</style>