Shades of Royal Blue #245EEE
Tints of Royal Blue #245EEE
RGB
CMYK
RGB Variations
Color information
#245EEE (or 0x245EEE) is known color: Royal Blue. HEX triplet: 24, 5E and EE. RGB value is (36,94,238). Sum of RGB (Red+Green+Blue) = 36+94+238=368 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.78% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #245EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EEE is #DBA111. Grayscale: #5C5C5C. Windows color (decimal): -14393618 or 15621668. OLE color: 15621668.
HSL color Cylindrical-coordinate representation of color #245EEE: hue angle of 222.77º 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 #245EEE is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 94 | 238 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.07 |
| HSL | 222.77º | 0.86% | 0.54% | - |
| HSV(B) | 222.77º | 0.85% | 0.93% | - |
| XYZ | 20.16 | 14.55 | 82.64 | - |
| YUV | 93.07 | 209.78 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 238 | 0.85 | 0.61 | 0 | 0.07 | 222.77 | 0.86 | 0.54 |
| Hex | 24 | 5E | EE | 55 | 3D | 0 | 7 | DF | 56 | 36 |
| Octal | 44 | 136 | 356 | 125 | 75 | 0 | 7 | 337 | 126 | 66 |
| Binary | 100100 | 1011110 | 11101110 | 1010101 | 111101 | 0 | 111 | 11011111 | 1010110 | 110110 |
Color Harmonies of #245EEE
Complementary color
Monochromatic Colors of #245EEE
Black with #245EEE
Text Example
Text Example
White with #245EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EEE; }
p { color: rgb(36,94,238); }
H1.HeaderClassName
{
color: #245EEE;
}
.AnyTagClassName
{
color: #245EEE;
}
</style>
background-color css
<style>
a { background-color: #245EEE; }
a { background-color: rgb(36,94,238); }
div.DivClassName
{
background-color: #245EEE;
}
.BgClassName
{
background-color: #245EEE;
}
</style>
border-color css
<style>
span { border-color: #245EEE; }
span { border-color: rgb(36,94,238); }
td.TdClassName
{
border-color: #245EEE;
}
.TagClassName
{
border-color: #245EEE;
}
</style>