Shades of Royal Blue #2578E5
Tints of Royal Blue #2578E5
RGB
CMYK
RGB Variations
Color information
#2578E5 (or 0x2578E5) is known color: Royal Blue. HEX triplet: 25, 78 and E5. RGB value is (37,120,229). Sum of RGB (Red+Green+Blue) = 37+120+229=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #2578E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578E5 is #DA871A. Grayscale: #6B6B6B. Windows color (decimal): -14321435 or 15038501. OLE color: 15038501.
HSL color Cylindrical-coordinate representation of color #2578E5: hue angle of 214.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2578E5 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 120 | 229 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.10 |
| HSL | 214.06º | 0.79% | 0.52% | - |
| HSV(B) | 214.06º | 0.84% | 0.9% | - |
| XYZ | 21.62 | 19.48 | 76.75 | - |
| YUV | 107.61 | 196.5 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 229 | 0.84 | 0.48 | 0 | 0.10 | 214.06 | 0.79 | 0.52 |
| Hex | 25 | 78 | E5 | 54 | 30 | 0 | A | D6 | 4F | 34 |
| Octal | 45 | 170 | 345 | 124 | 60 | 0 | 12 | 326 | 117 | 64 |
| Binary | 100101 | 1111000 | 11100101 | 1010100 | 110000 | 0 | 1010 | 11010110 | 1001111 | 110100 |
Color Harmonies of #2578E5
Complementary color
Monochromatic Colors of #2578E5
Black with #2578E5
Text Example
Text Example
White with #2578E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2578E5; }
p { color: rgb(37,120,229); }
H1.HeaderClassName
{
color: #2578E5;
}
.AnyTagClassName
{
color: #2578E5;
}
</style>
background-color css
<style>
a { background-color: #2578E5; }
a { background-color: rgb(37,120,229); }
div.DivClassName
{
background-color: #2578E5;
}
.BgClassName
{
background-color: #2578E5;
}
</style>
border-color css
<style>
span { border-color: #2578E5; }
span { border-color: rgb(37,120,229); }
td.TdClassName
{
border-color: #2578E5;
}
.TagClassName
{
border-color: #2578E5;
}
</style>