Shades of Royal Blue #2553ED
Tints of Royal Blue #2553ED
RGB
CMYK
RGB Variations
Color information
#2553ED (or 0x2553ED) is known color: Royal Blue. HEX triplet: 25, 53 and ED. RGB value is (37,83,237). Sum of RGB (Red+Green+Blue) = 37+83+237=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #2553ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2553ED is #DAAC12. Grayscale: #565656. Windows color (decimal): -14330899 or 15553317. OLE color: 15553317.
HSL color Cylindrical-coordinate representation of color #2553ED: hue angle of 226.2º degrees, saturation: 0.85, 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 #2553ED is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 83 | 237 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.07 |
| HSL | 226.2º | 0.85% | 0.54% | - |
| HSV(B) | 226.2º | 0.84% | 0.93% | - |
| XYZ | 19.14 | 12.69 | 81.56 | - |
| YUV | 86.8 | 212.76 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 237 | 0.84 | 0.65 | 0 | 0.07 | 226.2 | 0.85 | 0.54 |
| Hex | 25 | 53 | ED | 54 | 41 | 0 | 7 | E2 | 55 | 36 |
| Octal | 45 | 123 | 355 | 124 | 101 | 0 | 7 | 342 | 125 | 66 |
| Binary | 100101 | 1010011 | 11101101 | 1010100 | 1000001 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2553ED
Complementary color
Monochromatic Colors of #2553ED
Black with #2553ED
Text Example
Text Example
White with #2553ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553ED; }
p { color: rgb(37,83,237); }
H1.HeaderClassName
{
color: #2553ED;
}
.AnyTagClassName
{
color: #2553ED;
}
</style>
background-color css
<style>
a { background-color: #2553ED; }
a { background-color: rgb(37,83,237); }
div.DivClassName
{
background-color: #2553ED;
}
.BgClassName
{
background-color: #2553ED;
}
</style>
border-color css
<style>
span { border-color: #2553ED; }
span { border-color: rgb(37,83,237); }
td.TdClassName
{
border-color: #2553ED;
}
.TagClassName
{
border-color: #2553ED;
}
</style>