Shades of Royal Blue #245EE8
Tints of Royal Blue #245EE8
RGB
CMYK
RGB Variations
Color information
#245EE8 (or 0x245EE8) is known color: Royal Blue. HEX triplet: 24, 5E and E8. RGB value is (36,94,232). Sum of RGB (Red+Green+Blue) = 36+94+232=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #245EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #245EE8 is #DBA117. Grayscale: #5B5B5B. Windows color (decimal): -14393624 or 15228452. OLE color: 15228452.
HSL color Cylindrical-coordinate representation of color #245EE8: hue angle of 222.24º 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 #245EE8 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 94 | 232 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.09 |
| HSL | 222.24º | 0.81% | 0.53% | - |
| HSV(B) | 222.24º | 0.84% | 0.91% | - |
| XYZ | 19.3 | 14.21 | 78.07 | - |
| YUV | 92.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 232 | 0.84 | 0.59 | 0 | 0.09 | 222.24 | 0.81 | 0.53 |
| Hex | 24 | 5E | E8 | 54 | 3B | 0 | 9 | DE | 51 | 35 |
| Octal | 44 | 136 | 350 | 124 | 73 | 0 | 11 | 336 | 121 | 65 |
| Binary | 100100 | 1011110 | 11101000 | 1010100 | 111011 | 0 | 1001 | 11011110 | 1010001 | 110101 |
Color Harmonies of #245EE8
Complementary color
Monochromatic Colors of #245EE8
Black with #245EE8
Text Example
Text Example
White with #245EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EE8; }
p { color: rgb(36,94,232); }
H1.HeaderClassName
{
color: #245EE8;
}
.AnyTagClassName
{
color: #245EE8;
}
</style>
background-color css
<style>
a { background-color: #245EE8; }
a { background-color: rgb(36,94,232); }
div.DivClassName
{
background-color: #245EE8;
}
.BgClassName
{
background-color: #245EE8;
}
</style>
border-color css
<style>
span { border-color: #245EE8; }
span { border-color: rgb(36,94,232); }
td.TdClassName
{
border-color: #245EE8;
}
.TagClassName
{
border-color: #245EE8;
}
</style>