Shades of Royal Blue #2548E9
Tints of Royal Blue #2548E9
RGB
CMYK
RGB Variations
Color information
#2548E9 (or 0x2548E9) is known color: Royal Blue. HEX triplet: 25, 48 and E9. RGB value is (37,72,233). Sum of RGB (Red+Green+Blue) = 37+72+233=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 233 (91.41% from 255 or 68.13% from 342); Max value from RGB is 233 - color contains mainly: blue. Hex color #2548E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2548E9 is #DAB716. Grayscale: #4F4F4F. Windows color (decimal): -14333719 or 15288357. OLE color: 15288357.
HSL color Cylindrical-coordinate representation of color #2548E9: hue angle of 229.29º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2548E9 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 72 | 233 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.09 |
| HSL | 229.29º | 0.82% | 0.53% | - |
| HSV(B) | 229.29º | 0.84% | 0.91% | - |
| XYZ | 17.79 | 10.91 | 78.26 | - |
| YUV | 79.89 | 214.4 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 233 | 0.84 | 0.69 | 0 | 0.09 | 229.29 | 0.82 | 0.53 |
| Hex | 25 | 48 | E9 | 54 | 45 | 0 | 9 | E5 | 52 | 35 |
| Octal | 45 | 110 | 351 | 124 | 105 | 0 | 11 | 345 | 122 | 65 |
| Binary | 100101 | 1001000 | 11101001 | 1010100 | 1000101 | 0 | 1001 | 11100101 | 1010010 | 110101 |
Color Harmonies of #2548E9
Complementary color
Monochromatic Colors of #2548E9
Black with #2548E9
Text Example
Text Example
White with #2548E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2548E9; }
p { color: rgb(37,72,233); }
H1.HeaderClassName
{
color: #2548E9;
}
.AnyTagClassName
{
color: #2548E9;
}
</style>
background-color css
<style>
a { background-color: #2548E9; }
a { background-color: rgb(37,72,233); }
div.DivClassName
{
background-color: #2548E9;
}
.BgClassName
{
background-color: #2548E9;
}
</style>
border-color css
<style>
span { border-color: #2548E9; }
span { border-color: rgb(37,72,233); }
td.TdClassName
{
border-color: #2548E9;
}
.TagClassName
{
border-color: #2548E9;
}
</style>