Shades of Royal Blue #2555ED
Tints of Royal Blue #2555ED
RGB
CMYK
RGB Variations
Color information
#2555ED (or 0x2555ED) is known color: Royal Blue. HEX triplet: 25, 55 and ED. RGB value is (37,85,237). Sum of RGB (Red+Green+Blue) = 37+85+237=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #2555ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2555ED is #DAAA12. Grayscale: #575757. Windows color (decimal): -14330387 or 15553829. OLE color: 15553829.
HSL color Cylindrical-coordinate representation of color #2555ED: hue angle of 225.6º 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 #2555ED is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 85 | 237 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.07 |
| HSL | 225.6º | 0.85% | 0.54% | - |
| HSV(B) | 225.6º | 0.84% | 0.93% | - |
| XYZ | 19.3 | 13 | 81.61 | - |
| YUV | 87.98 | 212.1 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 237 | 0.84 | 0.64 | 0 | 0.07 | 225.6 | 0.85 | 0.54 |
| Hex | 25 | 55 | ED | 54 | 40 | 0 | 7 | E2 | 55 | 36 |
| Octal | 45 | 125 | 355 | 124 | 100 | 0 | 7 | 342 | 125 | 66 |
| Binary | 100101 | 1010101 | 11101101 | 1010100 | 1000000 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2555ED
Complementary color
Monochromatic Colors of #2555ED
Black with #2555ED
Text Example
Text Example
White with #2555ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2555ED; }
p { color: rgb(37,85,237); }
H1.HeaderClassName
{
color: #2555ED;
}
.AnyTagClassName
{
color: #2555ED;
}
</style>
background-color css
<style>
a { background-color: #2555ED; }
a { background-color: rgb(37,85,237); }
div.DivClassName
{
background-color: #2555ED;
}
.BgClassName
{
background-color: #2555ED;
}
</style>
border-color css
<style>
span { border-color: #2555ED; }
span { border-color: rgb(37,85,237); }
td.TdClassName
{
border-color: #2555ED;
}
.TagClassName
{
border-color: #2555ED;
}
</style>