Shades of Royal Blue #2456E0
Tints of Royal Blue #2456E0
RGB
CMYK
RGB Variations
Color information
#2456E0 (or 0x2456E0) is known color: Royal Blue. HEX triplet: 24, 56 and E0. RGB value is (36,86,224). Sum of RGB (Red+Green+Blue) = 36+86+224=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #2456E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2456E0 is #DBA91F. Grayscale: #565656. Windows color (decimal): -14395680 or 14702116. OLE color: 14702116.
HSL color Cylindrical-coordinate representation of color #2456E0: hue angle of 224.04º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2456E0 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 86 | 224 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.12 |
| HSL | 224.04º | 0.75% | 0.51% | - |
| HSV(B) | 224.04º | 0.84% | 0.88% | - |
| XYZ | 17.51 | 12.41 | 71.99 | - |
| YUV | 86.78 | 205.44 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 224 | 0.84 | 0.62 | 0 | 0.12 | 224.04 | 0.75 | 0.51 |
| Hex | 24 | 56 | E0 | 54 | 3E | 0 | C | E0 | 4B | 33 |
| Octal | 44 | 126 | 340 | 124 | 76 | 0 | 14 | 340 | 113 | 63 |
| Binary | 100100 | 1010110 | 11100000 | 1010100 | 111110 | 0 | 1100 | 11100000 | 1001011 | 110011 |
Color Harmonies of #2456E0
Complementary color
Monochromatic Colors of #2456E0
Black with #2456E0
Text Example
Text Example
White with #2456E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2456E0; }
p { color: rgb(36,86,224); }
H1.HeaderClassName
{
color: #2456E0;
}
.AnyTagClassName
{
color: #2456E0;
}
</style>
background-color css
<style>
a { background-color: #2456E0; }
a { background-color: rgb(36,86,224); }
div.DivClassName
{
background-color: #2456E0;
}
.BgClassName
{
background-color: #2456E0;
}
</style>
border-color css
<style>
span { border-color: #2456E0; }
span { border-color: rgb(36,86,224); }
td.TdClassName
{
border-color: #2456E0;
}
.TagClassName
{
border-color: #2456E0;
}
</style>