Shades of Royal Blue #2E68DB
Tints of Royal Blue #2E68DB
RGB
CMYK
RGB Variations
Color information
#2E68DB (or 0x2E68DB) is known color: Royal Blue. HEX triplet: 2E, 68 and DB. RGB value is (46,104,219). Sum of RGB (Red+Green+Blue) = 46+104+219=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E68DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E68DB is #D19724. Grayscale: #636363. Windows color (decimal): -13735717 or 14379054. OLE color: 14379054.
HSL color Cylindrical-coordinate representation of color #2E68DB: hue angle of 219.88º 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 #2E68DB is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 104 | 219 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.14 |
| HSL | 219.88º | 0.71% | 0.52% | - |
| HSV(B) | 219.88º | 0.79% | 0.86% | - |
| XYZ | 18.86 | 15.6 | 69.03 | - |
| YUV | 99.77 | 195.28 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 219 | 0.79 | 0.53 | 0 | 0.14 | 219.88 | 0.71 | 0.52 |
| Hex | 2E | 68 | DB | 4F | 35 | 0 | E | DC | 47 | 34 |
| Octal | 56 | 150 | 333 | 117 | 65 | 0 | 16 | 334 | 107 | 64 |
| Binary | 101110 | 1101000 | 11011011 | 1001111 | 110101 | 0 | 1110 | 11011100 | 1000111 | 110100 |
Color Harmonies of #2E68DB
Complementary color
Monochromatic Colors of #2E68DB
Black with #2E68DB
Text Example
Text Example
White with #2E68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E68DB; }
p { color: rgb(46,104,219); }
H1.HeaderClassName
{
color: #2E68DB;
}
.AnyTagClassName
{
color: #2E68DB;
}
</style>
background-color css
<style>
a { background-color: #2E68DB; }
a { background-color: rgb(46,104,219); }
div.DivClassName
{
background-color: #2E68DB;
}
.BgClassName
{
background-color: #2E68DB;
}
</style>
border-color css
<style>
span { border-color: #2E68DB; }
span { border-color: rgb(46,104,219); }
td.TdClassName
{
border-color: #2E68DB;
}
.TagClassName
{
border-color: #2E68DB;
}
</style>