Shades of Royal Blue #245EE1
Tints of Royal Blue #245EE1
RGB
CMYK
RGB Variations
Color information
#245EE1 (or 0x245EE1) is known color: Royal Blue. HEX triplet: 24, 5E and E1. RGB value is (36,94,225). Sum of RGB (Red+Green+Blue) = 36+94+225=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #245EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EE1 is #DBA11E. Grayscale: #5B5B5B. Windows color (decimal): -14393631 or 14769700. OLE color: 14769700.
HSL color Cylindrical-coordinate representation of color #245EE1: hue angle of 221.59º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245EE1 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 94 | 225 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.12 |
| HSL | 221.59º | 0.76% | 0.51% | - |
| HSV(B) | 221.59º | 0.84% | 0.88% | - |
| XYZ | 18.32 | 13.82 | 72.94 | - |
| YUV | 91.59 | 203.28 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 225 | 0.84 | 0.58 | 0 | 0.12 | 221.59 | 0.76 | 0.51 |
| Hex | 24 | 5E | E1 | 54 | 3A | 0 | C | DE | 4C | 33 |
| Octal | 44 | 136 | 341 | 124 | 72 | 0 | 14 | 336 | 114 | 63 |
| Binary | 100100 | 1011110 | 11100001 | 1010100 | 111010 | 0 | 1100 | 11011110 | 1001100 | 110011 |
Color Harmonies of #245EE1
Complementary color
Monochromatic Colors of #245EE1
Black with #245EE1
Text Example
Text Example
White with #245EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EE1; }
p { color: rgb(36,94,225); }
H1.HeaderClassName
{
color: #245EE1;
}
.AnyTagClassName
{
color: #245EE1;
}
</style>
background-color css
<style>
a { background-color: #245EE1; }
a { background-color: rgb(36,94,225); }
div.DivClassName
{
background-color: #245EE1;
}
.BgClassName
{
background-color: #245EE1;
}
</style>
border-color css
<style>
span { border-color: #245EE1; }
span { border-color: rgb(36,94,225); }
td.TdClassName
{
border-color: #245EE1;
}
.TagClassName
{
border-color: #245EE1;
}
</style>