Shades of Royal Blue #2457EC
Tints of Royal Blue #2457EC
RGB
CMYK
RGB Variations
Color information
#2457EC (or 0x2457EC) is known color: Royal Blue. HEX triplet: 24, 57 and EC. RGB value is (36,87,236). Sum of RGB (Red+Green+Blue) = 36+87+236=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #2457EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2457EC is #DBA813. Grayscale: #585858. Windows color (decimal): -14395412 or 15488804. OLE color: 15488804.
HSL color Cylindrical-coordinate representation of color #2457EC: hue angle of 224.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2457EC is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 87 | 236 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.07 |
| HSL | 224.7º | 0.84% | 0.53% | - |
| HSV(B) | 224.7º | 0.85% | 0.93% | - |
| XYZ | 19.28 | 13.25 | 80.9 | - |
| YUV | 88.74 | 211.1 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 87 | 236 | 0.85 | 0.63 | 0 | 0.07 | 224.7 | 0.84 | 0.53 |
| Hex | 24 | 57 | EC | 55 | 3F | 0 | 7 | E1 | 54 | 35 |
| Octal | 44 | 127 | 354 | 125 | 77 | 0 | 7 | 341 | 124 | 65 |
| Binary | 100100 | 1010111 | 11101100 | 1010101 | 111111 | 0 | 111 | 11100001 | 1010100 | 110101 |
Color Harmonies of #2457EC
Complementary color
Monochromatic Colors of #2457EC
Black with #2457EC
Text Example
Text Example
White with #2457EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2457EC; }
p { color: rgb(36,87,236); }
H1.HeaderClassName
{
color: #2457EC;
}
.AnyTagClassName
{
color: #2457EC;
}
</style>
background-color css
<style>
a { background-color: #2457EC; }
a { background-color: rgb(36,87,236); }
div.DivClassName
{
background-color: #2457EC;
}
.BgClassName
{
background-color: #2457EC;
}
</style>
border-color css
<style>
span { border-color: #2457EC; }
span { border-color: rgb(36,87,236); }
td.TdClassName
{
border-color: #2457EC;
}
.TagClassName
{
border-color: #2457EC;
}
</style>