Shades of Royal Blue #245BEE
Tints of Royal Blue #245BEE
RGB
CMYK
RGB Variations
Color information
#245BEE (or 0x245BEE) is known color: Royal Blue. HEX triplet: 24, 5B and EE. RGB value is (36,91,238). Sum of RGB (Red+Green+Blue) = 36+91+238=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #245BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245BEE is #DBA411. Grayscale: #5A5A5A. Windows color (decimal): -14394386 or 15620900. OLE color: 15620900.
HSL color Cylindrical-coordinate representation of color #245BEE: hue angle of 223.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #245BEE is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 91 | 238 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.07 |
| HSL | 223.66º | 0.86% | 0.54% | - |
| HSV(B) | 223.66º | 0.85% | 0.93% | - |
| XYZ | 19.9 | 14.03 | 82.55 | - |
| YUV | 91.31 | 210.78 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 238 | 0.85 | 0.62 | 0 | 0.07 | 223.66 | 0.86 | 0.54 |
| Hex | 24 | 5B | EE | 55 | 3E | 0 | 7 | E0 | 56 | 36 |
| Octal | 44 | 133 | 356 | 125 | 76 | 0 | 7 | 340 | 126 | 66 |
| Binary | 100100 | 1011011 | 11101110 | 1010101 | 111110 | 0 | 111 | 11100000 | 1010110 | 110110 |
Color Harmonies of #245BEE
Complementary color
Monochromatic Colors of #245BEE
Black with #245BEE
Text Example
Text Example
White with #245BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BEE; }
p { color: rgb(36,91,238); }
H1.HeaderClassName
{
color: #245BEE;
}
.AnyTagClassName
{
color: #245BEE;
}
</style>
background-color css
<style>
a { background-color: #245BEE; }
a { background-color: rgb(36,91,238); }
div.DivClassName
{
background-color: #245BEE;
}
.BgClassName
{
background-color: #245BEE;
}
</style>
border-color css
<style>
span { border-color: #245BEE; }
span { border-color: rgb(36,91,238); }
td.TdClassName
{
border-color: #245BEE;
}
.TagClassName
{
border-color: #245BEE;
}
</style>