Shades of Royal Blue #2E69DD
Tints of Royal Blue #2E69DD
RGB
CMYK
RGB Variations
Color information
#2E69DD (or 0x2E69DD) is known color: Royal Blue. HEX triplet: 2E, 69 and DD. RGB value is (46,105,221). Sum of RGB (Red+Green+Blue) = 46+105+221=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E69DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E69DD is #D19622. Grayscale: #646464. Windows color (decimal): -13735459 or 14510382. OLE color: 14510382.
HSL color Cylindrical-coordinate representation of color #2E69DD: hue angle of 219.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E69DD is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 105 | 221 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.13 |
| HSL | 219.77º | 0.72% | 0.52% | - |
| HSV(B) | 219.77º | 0.79% | 0.87% | - |
| XYZ | 19.23 | 15.9 | 70.46 | - |
| YUV | 100.58 | 195.95 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 221 | 0.79 | 0.52 | 0 | 0.13 | 219.77 | 0.72 | 0.52 |
| Hex | 2E | 69 | DD | 4F | 34 | 0 | D | DC | 48 | 34 |
| Octal | 56 | 151 | 335 | 117 | 64 | 0 | 15 | 334 | 110 | 64 |
| Binary | 101110 | 1101001 | 11011101 | 1001111 | 110100 | 0 | 1101 | 11011100 | 1001000 | 110100 |
Color Harmonies of #2E69DD
Complementary color
Monochromatic Colors of #2E69DD
Black with #2E69DD
Text Example
Text Example
White with #2E69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E69DD; }
p { color: rgb(46,105,221); }
H1.HeaderClassName
{
color: #2E69DD;
}
.AnyTagClassName
{
color: #2E69DD;
}
</style>
background-color css
<style>
a { background-color: #2E69DD; }
a { background-color: rgb(46,105,221); }
div.DivClassName
{
background-color: #2E69DD;
}
.BgClassName
{
background-color: #2E69DD;
}
</style>
border-color css
<style>
span { border-color: #2E69DD; }
span { border-color: rgb(46,105,221); }
td.TdClassName
{
border-color: #2E69DD;
}
.TagClassName
{
border-color: #2E69DD;
}
</style>