Shades of Royal Blue #2E6EDB
Tints of Royal Blue #2E6EDB
RGB
CMYK
RGB Variations
Color information
#2E6EDB (or 0x2E6EDB) is known color: Royal Blue. HEX triplet: 2E, 6E and DB. RGB value is (46,110,219). Sum of RGB (Red+Green+Blue) = 46+110+219=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6EDB is #D19124. Grayscale: #666666. Windows color (decimal): -13734181 or 14380590. OLE color: 14380590.
HSL color Cylindrical-coordinate representation of color #2E6EDB: hue angle of 217.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6EDB is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 110 | 219 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.14 |
| HSL | 217.8º | 0.71% | 0.52% | - |
| HSV(B) | 217.8º | 0.79% | 0.86% | - |
| XYZ | 19.49 | 16.85 | 69.24 | - |
| YUV | 103.29 | 193.3 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 219 | 0.79 | 0.50 | 0 | 0.14 | 217.8 | 0.71 | 0.52 |
| Hex | 2E | 6E | DB | 4F | 32 | 0 | E | DA | 47 | 34 |
| Octal | 56 | 156 | 333 | 117 | 62 | 0 | 16 | 332 | 107 | 64 |
| Binary | 101110 | 1101110 | 11011011 | 1001111 | 110010 | 0 | 1110 | 11011010 | 1000111 | 110100 |
Color Harmonies of #2E6EDB
Complementary color
Monochromatic Colors of #2E6EDB
Black with #2E6EDB
Text Example
Text Example
White with #2E6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6EDB; }
p { color: rgb(46,110,219); }
H1.HeaderClassName
{
color: #2E6EDB;
}
.AnyTagClassName
{
color: #2E6EDB;
}
</style>
background-color css
<style>
a { background-color: #2E6EDB; }
a { background-color: rgb(46,110,219); }
div.DivClassName
{
background-color: #2E6EDB;
}
.BgClassName
{
background-color: #2E6EDB;
}
</style>
border-color css
<style>
span { border-color: #2E6EDB; }
span { border-color: rgb(46,110,219); }
td.TdClassName
{
border-color: #2E6EDB;
}
.TagClassName
{
border-color: #2E6EDB;
}
</style>