Shades of Royal Blue #2553EF
Tints of Royal Blue #2553EF
RGB
CMYK
RGB Variations
Color information
#2553EF (or 0x2553EF) is known color: Royal Blue. HEX triplet: 25, 53 and EF. RGB value is (37,83,239). Sum of RGB (Red+Green+Blue) = 37+83+239=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #2553EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2553EF is #DAAC10. Grayscale: #565656. Windows color (decimal): -14330897 or 15684389. OLE color: 15684389.
HSL color Cylindrical-coordinate representation of color #2553EF: hue angle of 226.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2553EF is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 83 | 239 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.06 |
| HSL | 226.34º | 0.86% | 0.54% | - |
| HSV(B) | 226.34º | 0.85% | 0.94% | - |
| XYZ | 19.44 | 12.81 | 83.11 | - |
| YUV | 87.03 | 213.76 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 239 | 0.85 | 0.65 | 0 | 0.06 | 226.34 | 0.86 | 0.54 |
| Hex | 25 | 53 | EF | 55 | 41 | 0 | 6 | E2 | 56 | 36 |
| Octal | 45 | 123 | 357 | 125 | 101 | 0 | 6 | 342 | 126 | 66 |
| Binary | 100101 | 1010011 | 11101111 | 1010101 | 1000001 | 0 | 110 | 11100010 | 1010110 | 110110 |
Color Harmonies of #2553EF
Complementary color
Monochromatic Colors of #2553EF
Black with #2553EF
Text Example
Text Example
White with #2553EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2553EF; }
p { color: rgb(37,83,239); }
H1.HeaderClassName
{
color: #2553EF;
}
.AnyTagClassName
{
color: #2553EF;
}
</style>
background-color css
<style>
a { background-color: #2553EF; }
a { background-color: rgb(37,83,239); }
div.DivClassName
{
background-color: #2553EF;
}
.BgClassName
{
background-color: #2553EF;
}
</style>
border-color css
<style>
span { border-color: #2553EF; }
span { border-color: rgb(37,83,239); }
td.TdClassName
{
border-color: #2553EF;
}
.TagClassName
{
border-color: #2553EF;
}
</style>