Shades of Royal Blue #245EE5
Tints of Royal Blue #245EE5
RGB
CMYK
RGB Variations
Color information
#245EE5 (or 0x245EE5) is known color: Royal Blue. HEX triplet: 24, 5E and E5. RGB value is (36,94,229). Sum of RGB (Red+Green+Blue) = 36+94+229=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #245EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EE5 is #DBA11A. Grayscale: #5B5B5B. Windows color (decimal): -14393627 or 15031844. OLE color: 15031844.
HSL color Cylindrical-coordinate representation of color #245EE5: hue angle of 221.97º 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 #245EE5 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 94 | 229 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.10 |
| HSL | 221.97º | 0.79% | 0.52% | - |
| HSV(B) | 221.97º | 0.84% | 0.9% | - |
| XYZ | 18.87 | 14.04 | 75.84 | - |
| YUV | 92.05 | 205.28 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 229 | 0.84 | 0.59 | 0 | 0.10 | 221.97 | 0.79 | 0.52 |
| Hex | 24 | 5E | E5 | 54 | 3B | 0 | A | DE | 4F | 34 |
| Octal | 44 | 136 | 345 | 124 | 73 | 0 | 12 | 336 | 117 | 64 |
| Binary | 100100 | 1011110 | 11100101 | 1010100 | 111011 | 0 | 1010 | 11011110 | 1001111 | 110100 |
Color Harmonies of #245EE5
Complementary color
Monochromatic Colors of #245EE5
Black with #245EE5
Text Example
Text Example
White with #245EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EE5; }
p { color: rgb(36,94,229); }
H1.HeaderClassName
{
color: #245EE5;
}
.AnyTagClassName
{
color: #245EE5;
}
</style>
background-color css
<style>
a { background-color: #245EE5; }
a { background-color: rgb(36,94,229); }
div.DivClassName
{
background-color: #245EE5;
}
.BgClassName
{
background-color: #245EE5;
}
</style>
border-color css
<style>
span { border-color: #245EE5; }
span { border-color: rgb(36,94,229); }
td.TdClassName
{
border-color: #245EE5;
}
.TagClassName
{
border-color: #245EE5;
}
</style>