Shades of Royal Blue #245BEC
Tints of Royal Blue #245BEC
RGB
CMYK
RGB Variations
Color information
#245BEC (or 0x245BEC) is known color: Royal Blue. HEX triplet: 24, 5B and EC. RGB value is (36,91,236). Sum of RGB (Red+Green+Blue) = 36+91+236=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #245BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BEC is #DBA413. Grayscale: #5A5A5A. Windows color (decimal): -14394388 or 15489828. OLE color: 15489828.
HSL color Cylindrical-coordinate representation of color #245BEC: hue angle of 223.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245BEC is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 91 | 236 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.07 |
| HSL | 223.5º | 0.84% | 0.53% | - |
| HSV(B) | 223.5º | 0.85% | 0.93% | - |
| XYZ | 19.61 | 13.91 | 81.01 | - |
| YUV | 91.09 | 209.78 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 236 | 0.85 | 0.61 | 0 | 0.07 | 223.5 | 0.84 | 0.53 |
| Hex | 24 | 5B | EC | 55 | 3D | 0 | 7 | E0 | 54 | 35 |
| Octal | 44 | 133 | 354 | 125 | 75 | 0 | 7 | 340 | 124 | 65 |
| Binary | 100100 | 1011011 | 11101100 | 1010101 | 111101 | 0 | 111 | 11100000 | 1010100 | 110101 |
Color Harmonies of #245BEC
Complementary color
Monochromatic Colors of #245BEC
Black with #245BEC
Text Example
Text Example
White with #245BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BEC; }
p { color: rgb(36,91,236); }
H1.HeaderClassName
{
color: #245BEC;
}
.AnyTagClassName
{
color: #245BEC;
}
</style>
background-color css
<style>
a { background-color: #245BEC; }
a { background-color: rgb(36,91,236); }
div.DivClassName
{
background-color: #245BEC;
}
.BgClassName
{
background-color: #245BEC;
}
</style>
border-color css
<style>
span { border-color: #245BEC; }
span { border-color: rgb(36,91,236); }
td.TdClassName
{
border-color: #245BEC;
}
.TagClassName
{
border-color: #245BEC;
}
</style>