Shades of Royal Blue #2455ED
Tints of Royal Blue #2455ED
RGB
CMYK
RGB Variations
Color information
#2455ED (or 0x2455ED) is known color: Royal Blue. HEX triplet: 24, 55 and ED. RGB value is (36,85,237). Sum of RGB (Red+Green+Blue) = 36+85+237=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #2455ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2455ED is #DBAA12. Grayscale: #575757. Windows color (decimal): -14395923 or 15553828. OLE color: 15553828.
HSL color Cylindrical-coordinate representation of color #2455ED: hue angle of 225.37º 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 #2455ED is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 85 | 237 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.07 |
| HSL | 225.37º | 0.85% | 0.54% | - |
| HSV(B) | 225.37º | 0.85% | 0.93% | - |
| XYZ | 19.26 | 12.99 | 81.61 | - |
| YUV | 87.68 | 212.27 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 237 | 0.85 | 0.64 | 0 | 0.07 | 225.37 | 0.85 | 0.54 |
| Hex | 24 | 55 | ED | 55 | 40 | 0 | 7 | E1 | 55 | 36 |
| Octal | 44 | 125 | 355 | 125 | 100 | 0 | 7 | 341 | 125 | 66 |
| Binary | 100100 | 1010101 | 11101101 | 1010101 | 1000000 | 0 | 111 | 11100001 | 1010101 | 110110 |
Color Harmonies of #2455ED
Complementary color
Monochromatic Colors of #2455ED
Black with #2455ED
Text Example
Text Example
White with #2455ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2455ED; }
p { color: rgb(36,85,237); }
H1.HeaderClassName
{
color: #2455ED;
}
.AnyTagClassName
{
color: #2455ED;
}
</style>
background-color css
<style>
a { background-color: #2455ED; }
a { background-color: rgb(36,85,237); }
div.DivClassName
{
background-color: #2455ED;
}
.BgClassName
{
background-color: #2455ED;
}
</style>
border-color css
<style>
span { border-color: #2455ED; }
span { border-color: rgb(36,85,237); }
td.TdClassName
{
border-color: #2455ED;
}
.TagClassName
{
border-color: #2455ED;
}
</style>