Shades of Royal Blue #245BE0
Tints of Royal Blue #245BE0
RGB
CMYK
RGB Variations
Color information
#245BE0 (or 0x245BE0) is known color: Royal Blue. HEX triplet: 24, 5B and E0. RGB value is (36,91,224). Sum of RGB (Red+Green+Blue) = 36+91+224=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #245BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BE0 is #DBA41F. Grayscale: #595959. Windows color (decimal): -14394400 or 14703396. OLE color: 14703396.
HSL color Cylindrical-coordinate representation of color #245BE0: hue angle of 222.45º degrees, saturation: 0.75, 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 #245BE0 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 91 | 224 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.12 |
| HSL | 222.45º | 0.75% | 0.51% | - |
| HSV(B) | 222.45º | 0.84% | 0.88% | - |
| XYZ | 17.92 | 13.24 | 72.13 | - |
| YUV | 89.72 | 203.78 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 224 | 0.84 | 0.59 | 0 | 0.12 | 222.45 | 0.75 | 0.51 |
| Hex | 24 | 5B | E0 | 54 | 3B | 0 | C | DE | 4B | 33 |
| Octal | 44 | 133 | 340 | 124 | 73 | 0 | 14 | 336 | 113 | 63 |
| Binary | 100100 | 1011011 | 11100000 | 1010100 | 111011 | 0 | 1100 | 11011110 | 1001011 | 110011 |
Color Harmonies of #245BE0
Complementary color
Monochromatic Colors of #245BE0
Black with #245BE0
Text Example
Text Example
White with #245BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BE0; }
p { color: rgb(36,91,224); }
H1.HeaderClassName
{
color: #245BE0;
}
.AnyTagClassName
{
color: #245BE0;
}
</style>
background-color css
<style>
a { background-color: #245BE0; }
a { background-color: rgb(36,91,224); }
div.DivClassName
{
background-color: #245BE0;
}
.BgClassName
{
background-color: #245BE0;
}
</style>
border-color css
<style>
span { border-color: #245BE0; }
span { border-color: rgb(36,91,224); }
td.TdClassName
{
border-color: #245BE0;
}
.TagClassName
{
border-color: #245BE0;
}
</style>