Shades of Royal Blue #2550EE
Tints of Royal Blue #2550EE
RGB
CMYK
RGB Variations
Color information
#2550EE (or 0x2550EE) is known color: Royal Blue. HEX triplet: 25, 50 and EE. RGB value is (37,80,238). Sum of RGB (Red+Green+Blue) = 37+80+238=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #2550EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2550EE is #DAAF11. Grayscale: #545454. Windows color (decimal): -14331666 or 15618085. OLE color: 15618085.
HSL color Cylindrical-coordinate representation of color #2550EE: hue angle of 227.16º 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 #2550EE is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 80 | 238 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.07 |
| HSL | 227.16º | 0.86% | 0.54% | - |
| HSV(B) | 227.16º | 0.84% | 0.93% | - |
| XYZ | 19.06 | 12.3 | 82.26 | - |
| YUV | 85.16 | 214.25 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 238 | 0.84 | 0.66 | 0 | 0.07 | 227.16 | 0.86 | 0.54 |
| Hex | 25 | 50 | EE | 54 | 42 | 0 | 7 | E3 | 56 | 36 |
| Octal | 45 | 120 | 356 | 124 | 102 | 0 | 7 | 343 | 126 | 66 |
| Binary | 100101 | 1010000 | 11101110 | 1010100 | 1000010 | 0 | 111 | 11100011 | 1010110 | 110110 |
Color Harmonies of #2550EE
Complementary color
Monochromatic Colors of #2550EE
Black with #2550EE
Text Example
Text Example
White with #2550EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2550EE; }
p { color: rgb(37,80,238); }
H1.HeaderClassName
{
color: #2550EE;
}
.AnyTagClassName
{
color: #2550EE;
}
</style>
background-color css
<style>
a { background-color: #2550EE; }
a { background-color: rgb(37,80,238); }
div.DivClassName
{
background-color: #2550EE;
}
.BgClassName
{
background-color: #2550EE;
}
</style>
border-color css
<style>
span { border-color: #2550EE; }
span { border-color: rgb(37,80,238); }
td.TdClassName
{
border-color: #2550EE;
}
.TagClassName
{
border-color: #2550EE;
}
</style>