Shades of Royal Blue #2549ED
Tints of Royal Blue #2549ED
RGB
CMYK
RGB Variations
Color information
#2549ED (or 0x2549ED) is known color: Royal Blue. HEX triplet: 25, 49 and ED. RGB value is (37,73,237). Sum of RGB (Red+Green+Blue) = 37+73+237=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #2549ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2549ED is #DAB612. Grayscale: #505050. Windows color (decimal): -14333459 or 15550757. OLE color: 15550757.
HSL color Cylindrical-coordinate representation of color #2549ED: hue angle of 229.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2549ED is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 73 | 237 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.07 |
| HSL | 229.2º | 0.85% | 0.54% | - |
| HSV(B) | 229.2º | 0.84% | 0.93% | - |
| XYZ | 18.43 | 11.27 | 81.33 | - |
| YUV | 80.93 | 216.07 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 237 | 0.84 | 0.69 | 0 | 0.07 | 229.2 | 0.85 | 0.54 |
| Hex | 25 | 49 | ED | 54 | 45 | 0 | 7 | E5 | 55 | 36 |
| Octal | 45 | 111 | 355 | 124 | 105 | 0 | 7 | 345 | 125 | 66 |
| Binary | 100101 | 1001001 | 11101101 | 1010100 | 1000101 | 0 | 111 | 11100101 | 1010101 | 110110 |
Color Harmonies of #2549ED
Complementary color
Monochromatic Colors of #2549ED
Black with #2549ED
Text Example
Text Example
White with #2549ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549ED; }
p { color: rgb(37,73,237); }
H1.HeaderClassName
{
color: #2549ED;
}
.AnyTagClassName
{
color: #2549ED;
}
</style>
background-color css
<style>
a { background-color: #2549ED; }
a { background-color: rgb(37,73,237); }
div.DivClassName
{
background-color: #2549ED;
}
.BgClassName
{
background-color: #2549ED;
}
</style>
border-color css
<style>
span { border-color: #2549ED; }
span { border-color: rgb(37,73,237); }
td.TdClassName
{
border-color: #2549ED;
}
.TagClassName
{
border-color: #2549ED;
}
</style>