Shades of Royal Blue #245CE0
Tints of Royal Blue #245CE0
RGB
CMYK
RGB Variations
Color information
#245CE0 (or 0x245CE0) is known color: Royal Blue. HEX triplet: 24, 5C and E0. RGB value is (36,92,224). Sum of RGB (Red+Green+Blue) = 36+92+224=352 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.23% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #245CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CE0 is #DBA31F. Grayscale: #595959. Windows color (decimal): -14394144 or 14703652. OLE color: 14703652.
HSL color Cylindrical-coordinate representation of color #245CE0: hue angle of 222.13º 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 #245CE0 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 92 | 224 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.12 |
| HSL | 222.13º | 0.75% | 0.51% | - |
| HSV(B) | 222.13º | 0.84% | 0.88% | - |
| XYZ | 18.01 | 13.41 | 72.16 | - |
| YUV | 90.3 | 203.45 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 224 | 0.84 | 0.59 | 0 | 0.12 | 222.13 | 0.75 | 0.51 |
| Hex | 24 | 5C | E0 | 54 | 3B | 0 | C | DE | 4B | 33 |
| Octal | 44 | 134 | 340 | 124 | 73 | 0 | 14 | 336 | 113 | 63 |
| Binary | 100100 | 1011100 | 11100000 | 1010100 | 111011 | 0 | 1100 | 11011110 | 1001011 | 110011 |
Color Harmonies of #245CE0
Complementary color
Monochromatic Colors of #245CE0
Black with #245CE0
Text Example
Text Example
White with #245CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CE0; }
p { color: rgb(36,92,224); }
H1.HeaderClassName
{
color: #245CE0;
}
.AnyTagClassName
{
color: #245CE0;
}
</style>
background-color css
<style>
a { background-color: #245CE0; }
a { background-color: rgb(36,92,224); }
div.DivClassName
{
background-color: #245CE0;
}
.BgClassName
{
background-color: #245CE0;
}
</style>
border-color css
<style>
span { border-color: #245CE0; }
span { border-color: rgb(36,92,224); }
td.TdClassName
{
border-color: #245CE0;
}
.TagClassName
{
border-color: #245CE0;
}
</style>