Shades of Royal Blue #2E5DD5
Tints of Royal Blue #2E5DD5
RGB
CMYK
RGB Variations
Color information
#2E5DD5 (or 0x2E5DD5) is known color: Royal Blue. HEX triplet: 2E, 5D and D5. RGB value is (46,93,213). Sum of RGB (Red+Green+Blue) = 46+93+213=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 213 (83.59% from 255 or 60.51% from 352); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E5DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5DD5 is #D1A22A. Grayscale: #5C5C5C. Windows color (decimal): -13738539 or 13983022. OLE color: 13983022.
HSL color Cylindrical-coordinate representation of color #2E5DD5: hue angle of 223.11º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5DD5 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 93 | 213 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.16 |
| HSL | 223.11º | 0.67% | 0.51% | - |
| HSV(B) | 223.11º | 0.78% | 0.84% | - |
| XYZ | 17.05 | 13.21 | 64.6 | - |
| YUV | 92.63 | 195.93 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 213 | 0.78 | 0.56 | 0 | 0.16 | 223.11 | 0.67 | 0.51 |
| Hex | 2E | 5D | D5 | 4E | 38 | 0 | 10 | DF | 43 | 33 |
| Octal | 56 | 135 | 325 | 116 | 70 | 0 | 20 | 337 | 103 | 63 |
| Binary | 101110 | 1011101 | 11010101 | 1001110 | 111000 | 0 | 10000 | 11011111 | 1000011 | 110011 |
Color Harmonies of #2E5DD5
Complementary color
Monochromatic Colors of #2E5DD5
Black with #2E5DD5
Text Example
Text Example
White with #2E5DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5DD5; }
p { color: rgb(46,93,213); }
H1.HeaderClassName
{
color: #2E5DD5;
}
.AnyTagClassName
{
color: #2E5DD5;
}
</style>
background-color css
<style>
a { background-color: #2E5DD5; }
a { background-color: rgb(46,93,213); }
div.DivClassName
{
background-color: #2E5DD5;
}
.BgClassName
{
background-color: #2E5DD5;
}
</style>
border-color css
<style>
span { border-color: #2E5DD5; }
span { border-color: rgb(46,93,213); }
td.TdClassName
{
border-color: #2E5DD5;
}
.TagClassName
{
border-color: #2E5DD5;
}
</style>