Shades of Royal Blue #245EDD
Tints of Royal Blue #245EDD
RGB
CMYK
RGB Variations
Color information
#245EDD (or 0x245EDD) is known color: Royal Blue. HEX triplet: 24, 5E and DD. RGB value is (36,94,221). Sum of RGB (Red+Green+Blue) = 36+94+221=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #245EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EDD is #DBA122. Grayscale: #5A5A5A. Windows color (decimal): -14393635 or 14507556. OLE color: 14507556.
HSL color Cylindrical-coordinate representation of color #245EDD: hue angle of 221.19º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245EDD is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 94 | 221 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.13 |
| HSL | 221.19º | 0.73% | 0.5% | - |
| HSV(B) | 221.19º | 0.84% | 0.87% | - |
| XYZ | 17.78 | 13.6 | 70.09 | - |
| YUV | 91.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 221 | 0.84 | 0.57 | 0 | 0.13 | 221.19 | 0.73 | 0.5 |
| Hex | 24 | 5E | DD | 54 | 39 | 0 | D | DD | 49 | 32 |
| Octal | 44 | 136 | 335 | 124 | 71 | 0 | 15 | 335 | 111 | 62 |
| Binary | 100100 | 1011110 | 11011101 | 1010100 | 111001 | 0 | 1101 | 11011101 | 1001001 | 110010 |
Color Harmonies of #245EDD
Complementary color
Monochromatic Colors of #245EDD
Black with #245EDD
Text Example
Text Example
White with #245EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EDD; }
p { color: rgb(36,94,221); }
H1.HeaderClassName
{
color: #245EDD;
}
.AnyTagClassName
{
color: #245EDD;
}
</style>
background-color css
<style>
a { background-color: #245EDD; }
a { background-color: rgb(36,94,221); }
div.DivClassName
{
background-color: #245EDD;
}
.BgClassName
{
background-color: #245EDD;
}
</style>
border-color css
<style>
span { border-color: #245EDD; }
span { border-color: rgb(36,94,221); }
td.TdClassName
{
border-color: #245EDD;
}
.TagClassName
{
border-color: #245EDD;
}
</style>