Shades of Royal Blue #2048ED
Tints of Royal Blue #2048ED
RGB
CMYK
RGB Variations
Color information
#2048ED (or 0x2048ED) is known color: Royal Blue. HEX triplet: 20, 48 and ED. RGB value is (32,72,237). Sum of RGB (Red+Green+Blue) = 32+72+237=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #2048ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2048ED is #DFB712. Grayscale: #4E4E4E. Windows color (decimal): -14661395 or 15550496. OLE color: 15550496.
HSL color Cylindrical-coordinate representation of color #2048ED: hue angle of 228.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2048ED is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 72 | 237 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.07 |
| HSL | 228.29º | 0.85% | 0.53% | - |
| HSV(B) | 228.29º | 0.86% | 0.93% | - |
| XYZ | 18.2 | 11.06 | 81.3 | - |
| YUV | 78.85 | 217.25 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 237 | 0.86 | 0.70 | 0 | 0.07 | 228.29 | 0.85 | 0.53 |
| Hex | 20 | 48 | ED | 56 | 46 | 0 | 7 | E4 | 55 | 35 |
| Octal | 40 | 110 | 355 | 126 | 106 | 0 | 7 | 344 | 125 | 65 |
| Binary | 100000 | 1001000 | 11101101 | 1010110 | 1000110 | 0 | 111 | 11100100 | 1010101 | 110101 |
Color Harmonies of #2048ED
Complementary color
Monochromatic Colors of #2048ED
Black with #2048ED
Text Example
Text Example
White with #2048ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2048ED; }
p { color: rgb(32,72,237); }
H1.HeaderClassName
{
color: #2048ED;
}
.AnyTagClassName
{
color: #2048ED;
}
</style>
background-color css
<style>
a { background-color: #2048ED; }
a { background-color: rgb(32,72,237); }
div.DivClassName
{
background-color: #2048ED;
}
.BgClassName
{
background-color: #2048ED;
}
</style>
border-color css
<style>
span { border-color: #2048ED; }
span { border-color: rgb(32,72,237); }
td.TdClassName
{
border-color: #2048ED;
}
.TagClassName
{
border-color: #2048ED;
}
</style>