Shades of Royal Blue #2555E7
Tints of Royal Blue #2555E7
RGB
CMYK
RGB Variations
Color information
#2555E7 (or 0x2555E7) is known color: Royal Blue. HEX triplet: 25, 55 and E7. RGB value is (37,85,231). Sum of RGB (Red+Green+Blue) = 37+85+231=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 231 (90.62% from 255 or 65.44% from 353); Max value from RGB is 231 - color contains mainly: blue. Hex color #2555E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2555E7 is #DAAA18. Grayscale: #565656. Windows color (decimal): -14330393 or 15160613. OLE color: 15160613.
HSL color Cylindrical-coordinate representation of color #2555E7: hue angle of 225.15º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2555E7 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 85 | 231 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.09 |
| HSL | 225.15º | 0.8% | 0.53% | - |
| HSV(B) | 225.15º | 0.84% | 0.91% | - |
| XYZ | 18.44 | 12.66 | 77.07 | - |
| YUV | 87.29 | 209.1 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 231 | 0.84 | 0.63 | 0 | 0.09 | 225.15 | 0.8 | 0.53 |
| Hex | 25 | 55 | E7 | 54 | 3F | 0 | 9 | E1 | 50 | 35 |
| Octal | 45 | 125 | 347 | 124 | 77 | 0 | 11 | 341 | 120 | 65 |
| Binary | 100101 | 1010101 | 11100111 | 1010100 | 111111 | 0 | 1001 | 11100001 | 1010000 | 110101 |
Color Harmonies of #2555E7
Complementary color
Monochromatic Colors of #2555E7
Black with #2555E7
Text Example
Text Example
White with #2555E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2555E7; }
p { color: rgb(37,85,231); }
H1.HeaderClassName
{
color: #2555E7;
}
.AnyTagClassName
{
color: #2555E7;
}
</style>
background-color css
<style>
a { background-color: #2555E7; }
a { background-color: rgb(37,85,231); }
div.DivClassName
{
background-color: #2555E7;
}
.BgClassName
{
background-color: #2555E7;
}
</style>
border-color css
<style>
span { border-color: #2555E7; }
span { border-color: rgb(37,85,231); }
td.TdClassName
{
border-color: #2555E7;
}
.TagClassName
{
border-color: #2555E7;
}
</style>