Shades of Royal Blue #2553EE
Tints of Royal Blue #2553EE
RGB
CMYK
RGB Variations
Color information
#2553EE (or 0x2553EE) is known color: Royal Blue. HEX triplet: 25, 53 and EE. RGB value is (37,83,238). Sum of RGB (Red+Green+Blue) = 37+83+238=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #2553EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2553EE is #DAAC11. Grayscale: #565656. Windows color (decimal): -14330898 or 15618853. OLE color: 15618853.
HSL color Cylindrical-coordinate representation of color #2553EE: hue angle of 226.27º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2553EE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 83 | 238 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.07 |
| HSL | 226.27º | 0.86% | 0.54% | - |
| HSV(B) | 226.27º | 0.84% | 0.93% | - |
| XYZ | 19.29 | 12.75 | 82.33 | - |
| YUV | 86.92 | 213.26 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 238 | 0.84 | 0.65 | 0 | 0.07 | 226.27 | 0.86 | 0.54 |
| Hex | 25 | 53 | EE | 54 | 41 | 0 | 7 | E2 | 56 | 36 |
| Octal | 45 | 123 | 356 | 124 | 101 | 0 | 7 | 342 | 126 | 66 |
| Binary | 100101 | 1010011 | 11101110 | 1010100 | 1000001 | 0 | 111 | 11100010 | 1010110 | 110110 |
Color Harmonies of #2553EE
Complementary color
Monochromatic Colors of #2553EE
Black with #2553EE
Text Example
Text Example
White with #2553EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553EE; }
p { color: rgb(37,83,238); }
H1.HeaderClassName
{
color: #2553EE;
}
.AnyTagClassName
{
color: #2553EE;
}
</style>
background-color css
<style>
a { background-color: #2553EE; }
a { background-color: rgb(37,83,238); }
div.DivClassName
{
background-color: #2553EE;
}
.BgClassName
{
background-color: #2553EE;
}
</style>
border-color css
<style>
span { border-color: #2553EE; }
span { border-color: rgb(37,83,238); }
td.TdClassName
{
border-color: #2553EE;
}
.TagClassName
{
border-color: #2553EE;
}
</style>