Shades of Royal Blue #2E7CDB
Tints of Royal Blue #2E7CDB
RGB
CMYK
RGB Variations
Color information
#2E7CDB (or 0x2E7CDB) is known color: Royal Blue. HEX triplet: 2E, 7C and DB. RGB value is (46,124,219). Sum of RGB (Red+Green+Blue) = 46+124+219=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E7CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7CDB is #D18324. Grayscale: #6F6F6F. Windows color (decimal): -13730597 or 14384174. OLE color: 14384174.
HSL color Cylindrical-coordinate representation of color #2E7CDB: hue angle of 212.95º 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 #2E7CDB is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 46 | 124 | 219 | - |
CMYK | 0.79 | 0.43 | 0 | 0.14 |
HSL | 212.95º | 0.71% | 0.52% | - |
HSV(B) | 212.95º | 0.79% | 0.86% | - |
XYZ | 21.12 | 20.11 | 69.79 | - |
YUV | 111.51 | 188.66 | 81.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 124 | 219 | 0.79 | 0.43 | 0 | 0.14 | 212.95 | 0.71 | 0.52 |
Hex | 2E | 7C | DB | 4F | 2B | 0 | E | D5 | 47 | 34 |
Octal | 56 | 174 | 333 | 117 | 53 | 0 | 16 | 325 | 107 | 64 |
Binary | 101110 | 1111100 | 11011011 | 1001111 | 101011 | 0 | 1110 | 11010101 | 1000111 | 110100 |
Color Harmonies of #2E7CDB
Complementary color
Monochromatic Colors of #2E7CDB
Black with #2E7CDB
Text Example
Text Example
White with #2E7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7CDB; }
p { color: rgb(46,124,219); }
H1.HeaderClassName
{
color: #2E7CDB;
}
.AnyTagClassName
{
color: #2E7CDB;
}
</style>
background-color css
<style>
a { background-color: #2E7CDB; }
a { background-color: rgb(46,124,219); }
div.DivClassName
{
background-color: #2E7CDB;
}
.BgClassName
{
background-color: #2E7CDB;
}
</style>
border-color css
<style>
span { border-color: #2E7CDB; }
span { border-color: rgb(46,124,219); }
td.TdClassName
{
border-color: #2E7CDB;
}
.TagClassName
{
border-color: #2E7CDB;
}
</style>