Shades of Royal Blue #245CE8
Tints of Royal Blue #245CE8
RGB
CMYK
RGB Variations
Color information
#245CE8 (or 0x245CE8) is known color: Royal Blue. HEX triplet: 24, 5C and E8. RGB value is (36,92,232). Sum of RGB (Red+Green+Blue) = 36+92+232=360 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #245CE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245CE8 is #DBA317. Grayscale: #5A5A5A. Windows color (decimal): -14394136 or 15227940. OLE color: 15227940.
HSL color Cylindrical-coordinate representation of color #245CE8: hue angle of 222.86º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245CE8 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 92 | 232 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.09 |
| HSL | 222.86º | 0.81% | 0.53% | - |
| HSV(B) | 222.86º | 0.84% | 0.91% | - |
| XYZ | 19.12 | 13.86 | 78.01 | - |
| YUV | 91.22 | 207.45 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 232 | 0.84 | 0.60 | 0 | 0.09 | 222.86 | 0.81 | 0.53 |
| Hex | 24 | 5C | E8 | 54 | 3C | 0 | 9 | DF | 51 | 35 |
| Octal | 44 | 134 | 350 | 124 | 74 | 0 | 11 | 337 | 121 | 65 |
| Binary | 100100 | 1011100 | 11101000 | 1010100 | 111100 | 0 | 1001 | 11011111 | 1010001 | 110101 |
Color Harmonies of #245CE8
Complementary color
Monochromatic Colors of #245CE8
Black with #245CE8
Text Example
Text Example
White with #245CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CE8; }
p { color: rgb(36,92,232); }
H1.HeaderClassName
{
color: #245CE8;
}
.AnyTagClassName
{
color: #245CE8;
}
</style>
background-color css
<style>
a { background-color: #245CE8; }
a { background-color: rgb(36,92,232); }
div.DivClassName
{
background-color: #245CE8;
}
.BgClassName
{
background-color: #245CE8;
}
</style>
border-color css
<style>
span { border-color: #245CE8; }
span { border-color: rgb(36,92,232); }
td.TdClassName
{
border-color: #245CE8;
}
.TagClassName
{
border-color: #245CE8;
}
</style>