Shades of Royal Blue #2561EA
Tints of Royal Blue #2561EA
RGB
CMYK
RGB Variations
Color information
#2561EA (or 0x2561EA) is known color: Royal Blue. HEX triplet: 25, 61 and EA. RGB value is (37,97,234). Sum of RGB (Red+Green+Blue) = 37+97+234=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #2561EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2561EA is #DA9E15. Grayscale: #5E5E5E. Windows color (decimal): -14327318 or 15360293. OLE color: 15360293.
HSL color Cylindrical-coordinate representation of color #2561EA: hue angle of 221.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2561EA is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 97 | 234 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.08 |
| HSL | 221.73º | 0.82% | 0.53% | - |
| HSV(B) | 221.73º | 0.84% | 0.92% | - |
| XYZ | 19.89 | 14.88 | 79.67 | - |
| YUV | 94.68 | 206.62 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 234 | 0.84 | 0.59 | 0 | 0.08 | 221.73 | 0.82 | 0.53 |
| Hex | 25 | 61 | EA | 54 | 3B | 0 | 8 | DE | 52 | 35 |
| Octal | 45 | 141 | 352 | 124 | 73 | 0 | 10 | 336 | 122 | 65 |
| Binary | 100101 | 1100001 | 11101010 | 1010100 | 111011 | 0 | 1000 | 11011110 | 1010010 | 110101 |
Color Harmonies of #2561EA
Complementary color
Monochromatic Colors of #2561EA
Black with #2561EA
Text Example
Text Example
White with #2561EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2561EA; }
p { color: rgb(37,97,234); }
H1.HeaderClassName
{
color: #2561EA;
}
.AnyTagClassName
{
color: #2561EA;
}
</style>
background-color css
<style>
a { background-color: #2561EA; }
a { background-color: rgb(37,97,234); }
div.DivClassName
{
background-color: #2561EA;
}
.BgClassName
{
background-color: #2561EA;
}
</style>
border-color css
<style>
span { border-color: #2561EA; }
span { border-color: rgb(37,97,234); }
td.TdClassName
{
border-color: #2561EA;
}
.TagClassName
{
border-color: #2561EA;
}
</style>