Shades of Royal Blue #245CE4
Tints of Royal Blue #245CE4
RGB
CMYK
RGB Variations
Color information
#245CE4 (or 0x245CE4) is known color: Royal Blue. HEX triplet: 24, 5C and E4. RGB value is (36,92,228). Sum of RGB (Red+Green+Blue) = 36+92+228=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #245CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CE4 is #DBA31B. Grayscale: #5A5A5A. Windows color (decimal): -14394140 or 14965796. OLE color: 14965796.
HSL color Cylindrical-coordinate representation of color #245CE4: hue angle of 222.5º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245CE4 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 36 | 92 | 228 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.11 |
| HSL | 222.5º | 0.78% | 0.52% | - |
| HSV(B) | 222.5º | 0.84% | 0.89% | - |
| XYZ | 18.56 | 13.63 | 75.05 | - |
| YUV | 90.76 | 205.45 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 228 | 0.84 | 0.60 | 0 | 0.11 | 222.5 | 0.78 | 0.52 |
| Hex | 24 | 5C | E4 | 54 | 3C | 0 | B | DE | 4E | 34 |
| Octal | 44 | 134 | 344 | 124 | 74 | 0 | 13 | 336 | 116 | 64 |
| Binary | 100100 | 1011100 | 11100100 | 1010100 | 111100 | 0 | 1011 | 11011110 | 1001110 | 110100 |
Color Harmonies of #245CE4
Complementary color
Monochromatic Colors of #245CE4
Black with #245CE4
Text Example
Text Example
White with #245CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CE4; }
p { color: rgb(36,92,228); }
H1.HeaderClassName
{
color: #245CE4;
}
.AnyTagClassName
{
color: #245CE4;
}
</style>
background-color css
<style>
a { background-color: #245CE4; }
a { background-color: rgb(36,92,228); }
div.DivClassName
{
background-color: #245CE4;
}
.BgClassName
{
background-color: #245CE4;
}
</style>
border-color css
<style>
span { border-color: #245CE4; }
span { border-color: rgb(36,92,228); }
td.TdClassName
{
border-color: #245CE4;
}
.TagClassName
{
border-color: #245CE4;
}
</style>