Shades of Royal Blue #2453ED
Tints of Royal Blue #2453ED
RGB
CMYK
RGB Variations
Color information
#2453ED (or 0x2453ED) is known color: Royal Blue. HEX triplet: 24, 53 and ED. RGB value is (36,83,237). Sum of RGB (Red+Green+Blue) = 36+83+237=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #2453ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2453ED is #DBAC12. Grayscale: #555555. Windows color (decimal): -14396435 or 15553316. OLE color: 15553316.
HSL color Cylindrical-coordinate representation of color #2453ED: hue angle of 225.97º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2453ED is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 83 | 237 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.07 |
| HSL | 225.97º | 0.85% | 0.54% | - |
| HSV(B) | 225.97º | 0.85% | 0.93% | - |
| XYZ | 19.11 | 12.68 | 81.56 | - |
| YUV | 86.5 | 212.93 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 237 | 0.85 | 0.65 | 0 | 0.07 | 225.97 | 0.85 | 0.54 |
| Hex | 24 | 53 | ED | 55 | 41 | 0 | 7 | E2 | 55 | 36 |
| Octal | 44 | 123 | 355 | 125 | 101 | 0 | 7 | 342 | 125 | 66 |
| Binary | 100100 | 1010011 | 11101101 | 1010101 | 1000001 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2453ED
Complementary color
Monochromatic Colors of #2453ED
Black with #2453ED
Text Example
Text Example
White with #2453ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2453ED; }
p { color: rgb(36,83,237); }
H1.HeaderClassName
{
color: #2453ED;
}
.AnyTagClassName
{
color: #2453ED;
}
</style>
background-color css
<style>
a { background-color: #2453ED; }
a { background-color: rgb(36,83,237); }
div.DivClassName
{
background-color: #2453ED;
}
.BgClassName
{
background-color: #2453ED;
}
</style>
border-color css
<style>
span { border-color: #2453ED; }
span { border-color: rgb(36,83,237); }
td.TdClassName
{
border-color: #2453ED;
}
.TagClassName
{
border-color: #2453ED;
}
</style>