Shades of Royal Blue #2564E9
Tints of Royal Blue #2564E9
RGB
CMYK
RGB Variations
Color information
#2564E9 (or 0x2564E9) is known color: Royal Blue. HEX triplet: 25, 64 and E9. RGB value is (37,100,233). Sum of RGB (Red+Green+Blue) = 37+100+233=370 (49% of max value = 765). Red value is 37 (14.84% from 255 or 10% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 233 (91.41% from 255 or 62.97% from 370); Max value from RGB is 233 - color contains mainly: blue. Hex color #2564E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2564E9 is #DA9B16. Grayscale: #5F5F5F. Windows color (decimal): -14326551 or 15295525. OLE color: 15295525.
HSL color Cylindrical-coordinate representation of color #2564E9: hue angle of 220.71º degrees, saturation: 0.82, 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 #2564E9 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 100 | 233 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.09 |
| HSL | 220.71º | 0.82% | 0.53% | - |
| HSV(B) | 220.71º | 0.84% | 0.91% | - |
| XYZ | 20.03 | 15.39 | 79.01 | - |
| YUV | 96.33 | 205.13 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 233 | 0.84 | 0.57 | 0 | 0.09 | 220.71 | 0.82 | 0.53 |
| Hex | 25 | 64 | E9 | 54 | 39 | 0 | 9 | DD | 52 | 35 |
| Octal | 45 | 144 | 351 | 124 | 71 | 0 | 11 | 335 | 122 | 65 |
| Binary | 100101 | 1100100 | 11101001 | 1010100 | 111001 | 0 | 1001 | 11011101 | 1010010 | 110101 |
Color Harmonies of #2564E9
Complementary color
Monochromatic Colors of #2564E9
Black with #2564E9
Text Example
Text Example
White with #2564E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2564E9; }
p { color: rgb(37,100,233); }
H1.HeaderClassName
{
color: #2564E9;
}
.AnyTagClassName
{
color: #2564E9;
}
</style>
background-color css
<style>
a { background-color: #2564E9; }
a { background-color: rgb(37,100,233); }
div.DivClassName
{
background-color: #2564E9;
}
.BgClassName
{
background-color: #2564E9;
}
</style>
border-color css
<style>
span { border-color: #2564E9; }
span { border-color: rgb(37,100,233); }
td.TdClassName
{
border-color: #2564E9;
}
.TagClassName
{
border-color: #2564E9;
}
</style>