Shades of Royal Blue #2453EC
Tints of Royal Blue #2453EC
RGB
CMYK
RGB Variations
Color information
#2453EC (or 0x2453EC) is known color: Royal Blue. HEX triplet: 24, 53 and EC. RGB value is (36,83,236). Sum of RGB (Red+Green+Blue) = 36+83+236=355 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.14% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #2453EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2453EC is #DBAC13. Grayscale: #555555. Windows color (decimal): -14396436 or 15487780. OLE color: 15487780.
HSL color Cylindrical-coordinate representation of color #2453EC: hue angle of 225.9º 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 #2453EC is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 83 | 236 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.07 |
| HSL | 225.9º | 0.84% | 0.53% | - |
| HSV(B) | 225.9º | 0.85% | 0.93% | - |
| XYZ | 18.96 | 12.62 | 80.79 | - |
| YUV | 86.39 | 212.43 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 236 | 0.85 | 0.65 | 0 | 0.07 | 225.9 | 0.84 | 0.53 |
| Hex | 24 | 53 | EC | 55 | 41 | 0 | 7 | E2 | 54 | 35 |
| Octal | 44 | 123 | 354 | 125 | 101 | 0 | 7 | 342 | 124 | 65 |
| Binary | 100100 | 1010011 | 11101100 | 1010101 | 1000001 | 0 | 111 | 11100010 | 1010100 | 110101 |
Color Harmonies of #2453EC
Complementary color
Monochromatic Colors of #2453EC
Black with #2453EC
Text Example
Text Example
White with #2453EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453EC; }
p { color: rgb(36,83,236); }
H1.HeaderClassName
{
color: #2453EC;
}
.AnyTagClassName
{
color: #2453EC;
}
</style>
background-color css
<style>
a { background-color: #2453EC; }
a { background-color: rgb(36,83,236); }
div.DivClassName
{
background-color: #2453EC;
}
.BgClassName
{
background-color: #2453EC;
}
</style>
border-color css
<style>
span { border-color: #2453EC; }
span { border-color: rgb(36,83,236); }
td.TdClassName
{
border-color: #2453EC;
}
.TagClassName
{
border-color: #2453EC;
}
</style>