Shades of Royal Blue #2D5EE0
Tints of Royal Blue #2D5EE0
RGB
CMYK
RGB Variations
Color information
#2D5EE0 (or 0x2D5EE0) is known color: Royal Blue. HEX triplet: 2D, 5E and E0. RGB value is (45,94,224). Sum of RGB (Red+Green+Blue) = 45+94+224=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #2D5EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D5EE0 is #D2A11F. Grayscale: #5D5D5D. Windows color (decimal): -13803808 or 14704173. OLE color: 14704173.
HSL color Cylindrical-coordinate representation of color #2D5EE0: hue angle of 223.58º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D5EE0 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 94 | 224 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.12 |
| HSL | 223.58º | 0.74% | 0.53% | - |
| HSV(B) | 223.58º | 0.8% | 0.88% | - |
| XYZ | 18.54 | 13.95 | 72.24 | - |
| YUV | 94.17 | 201.27 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 94 | 224 | 0.80 | 0.58 | 0 | 0.12 | 223.58 | 0.74 | 0.53 |
| Hex | 2D | 5E | E0 | 50 | 3A | 0 | C | E0 | 4A | 35 |
| Octal | 55 | 136 | 340 | 120 | 72 | 0 | 14 | 340 | 112 | 65 |
| Binary | 101101 | 1011110 | 11100000 | 1010000 | 111010 | 0 | 1100 | 11100000 | 1001010 | 110101 |
Color Harmonies of #2D5EE0
Complementary color
Monochromatic Colors of #2D5EE0
Black with #2D5EE0
Text Example
Text Example
White with #2D5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5EE0; }
p { color: rgb(45,94,224); }
H1.HeaderClassName
{
color: #2D5EE0;
}
.AnyTagClassName
{
color: #2D5EE0;
}
</style>
background-color css
<style>
a { background-color: #2D5EE0; }
a { background-color: rgb(45,94,224); }
div.DivClassName
{
background-color: #2D5EE0;
}
.BgClassName
{
background-color: #2D5EE0;
}
</style>
border-color css
<style>
span { border-color: #2D5EE0; }
span { border-color: rgb(45,94,224); }
td.TdClassName
{
border-color: #2D5EE0;
}
.TagClassName
{
border-color: #2D5EE0;
}
</style>