Shades of Royal Blue #245EDB
Tints of Royal Blue #245EDB
RGB
CMYK
RGB Variations
Color information
#245EDB (or 0x245EDB) is known color: Royal Blue. HEX triplet: 24, 5E and DB. RGB value is (36,94,219). Sum of RGB (Red+Green+Blue) = 36+94+219=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #245EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EDB is #DBA124. Grayscale: #5A5A5A. Windows color (decimal): -14393637 or 14376484. OLE color: 14376484.
HSL color Cylindrical-coordinate representation of color #245EDB: hue angle of 220.98º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245EDB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 94 | 219 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.14 |
| HSL | 220.98º | 0.72% | 0.5% | - |
| HSV(B) | 220.98º | 0.84% | 0.86% | - |
| XYZ | 17.52 | 13.49 | 68.7 | - |
| YUV | 90.91 | 200.28 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 219 | 0.84 | 0.57 | 0 | 0.14 | 220.98 | 0.72 | 0.5 |
| Hex | 24 | 5E | DB | 54 | 39 | 0 | E | DD | 48 | 32 |
| Octal | 44 | 136 | 333 | 124 | 71 | 0 | 16 | 335 | 110 | 62 |
| Binary | 100100 | 1011110 | 11011011 | 1010100 | 111001 | 0 | 1110 | 11011101 | 1001000 | 110010 |
Color Harmonies of #245EDB
Complementary color
Monochromatic Colors of #245EDB
Black with #245EDB
Text Example
Text Example
White with #245EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EDB; }
p { color: rgb(36,94,219); }
H1.HeaderClassName
{
color: #245EDB;
}
.AnyTagClassName
{
color: #245EDB;
}
</style>
background-color css
<style>
a { background-color: #245EDB; }
a { background-color: rgb(36,94,219); }
div.DivClassName
{
background-color: #245EDB;
}
.BgClassName
{
background-color: #245EDB;
}
</style>
border-color css
<style>
span { border-color: #245EDB; }
span { border-color: rgb(36,94,219); }
td.TdClassName
{
border-color: #245EDB;
}
.TagClassName
{
border-color: #245EDB;
}
</style>