Shades of Royal Blue #2454ED
Tints of Royal Blue #2454ED
RGB
CMYK
RGB Variations
Color information
#2454ED (or 0x2454ED) is known color: Royal Blue. HEX triplet: 24, 54 and ED. RGB value is (36,84,237). Sum of RGB (Red+Green+Blue) = 36+84+237=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #2454ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2454ED is #DBAB12. Grayscale: #565656. Windows color (decimal): -14396179 or 15553572. OLE color: 15553572.
HSL color Cylindrical-coordinate representation of color #2454ED: hue angle of 225.67º 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 #2454ED is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 84 | 237 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.07 |
| HSL | 225.67º | 0.85% | 0.54% | - |
| HSV(B) | 225.67º | 0.85% | 0.93% | - |
| XYZ | 19.18 | 12.83 | 81.59 | - |
| YUV | 87.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 237 | 0.85 | 0.65 | 0 | 0.07 | 225.67 | 0.85 | 0.54 |
| Hex | 24 | 54 | ED | 55 | 41 | 0 | 7 | E2 | 55 | 36 |
| Octal | 44 | 124 | 355 | 125 | 101 | 0 | 7 | 342 | 125 | 66 |
| Binary | 100100 | 1010100 | 11101101 | 1010101 | 1000001 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2454ED
Complementary color
Monochromatic Colors of #2454ED
Black with #2454ED
Text Example
Text Example
White with #2454ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2454ED; }
p { color: rgb(36,84,237); }
H1.HeaderClassName
{
color: #2454ED;
}
.AnyTagClassName
{
color: #2454ED;
}
</style>
background-color css
<style>
a { background-color: #2454ED; }
a { background-color: rgb(36,84,237); }
div.DivClassName
{
background-color: #2454ED;
}
.BgClassName
{
background-color: #2454ED;
}
</style>
border-color css
<style>
span { border-color: #2454ED; }
span { border-color: rgb(36,84,237); }
td.TdClassName
{
border-color: #2454ED;
}
.TagClassName
{
border-color: #2454ED;
}
</style>