Shades of Royal Blue #245BE3
Tints of Royal Blue #245BE3
RGB
CMYK
RGB Variations
Color information
#245BE3 (or 0x245BE3) is known color: Royal Blue. HEX triplet: 24, 5B and E3. RGB value is (36,91,227). Sum of RGB (Red+Green+Blue) = 36+91+227=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 227 (89.06% from 255 or 64.12% from 354); Max value from RGB is 227 - color contains mainly: blue. Hex color #245BE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BE3 is #DBA41C. Grayscale: #595959. Windows color (decimal): -14394397 or 14900004. OLE color: 14900004.
HSL color Cylindrical-coordinate representation of color #245BE3: hue angle of 222.72º degrees, saturation: 0.77, 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 #245BE3 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 36 | 91 | 227 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.11 |
| HSL | 222.72º | 0.77% | 0.52% | - |
| HSV(B) | 222.72º | 0.84% | 0.89% | - |
| XYZ | 18.33 | 13.4 | 74.29 | - |
| YUV | 90.06 | 205.28 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 227 | 0.84 | 0.60 | 0 | 0.11 | 222.72 | 0.77 | 0.52 |
| Hex | 24 | 5B | E3 | 54 | 3C | 0 | B | DF | 4D | 34 |
| Octal | 44 | 133 | 343 | 124 | 74 | 0 | 13 | 337 | 115 | 64 |
| Binary | 100100 | 1011011 | 11100011 | 1010100 | 111100 | 0 | 1011 | 11011111 | 1001101 | 110100 |
Color Harmonies of #245BE3
Complementary color
Monochromatic Colors of #245BE3
Black with #245BE3
Text Example
Text Example
White with #245BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BE3; }
p { color: rgb(36,91,227); }
H1.HeaderClassName
{
color: #245BE3;
}
.AnyTagClassName
{
color: #245BE3;
}
</style>
background-color css
<style>
a { background-color: #245BE3; }
a { background-color: rgb(36,91,227); }
div.DivClassName
{
background-color: #245BE3;
}
.BgClassName
{
background-color: #245BE3;
}
</style>
border-color css
<style>
span { border-color: #245BE3; }
span { border-color: rgb(36,91,227); }
td.TdClassName
{
border-color: #245BE3;
}
.TagClassName
{
border-color: #245BE3;
}
</style>