Shades of Royal Blue #2E79DB
Tints of Royal Blue #2E79DB
RGB
CMYK
RGB Variations
Color information
#2E79DB (or 0x2E79DB) is known color: Royal Blue. HEX triplet: 2E, 79 and DB. RGB value is (46,121,219). Sum of RGB (Red+Green+Blue) = 46+121+219=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E79DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E79DB is #D18624. Grayscale: #6D6D6D. Windows color (decimal): -13731365 or 14383406. OLE color: 14383406.
HSL color Cylindrical-coordinate representation of color #2E79DB: hue angle of 213.99º 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 #2E79DB is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 121 | 219 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.14 |
| HSL | 213.99º | 0.71% | 0.52% | - |
| HSV(B) | 213.99º | 0.79% | 0.86% | - |
| XYZ | 20.75 | 19.37 | 69.66 | - |
| YUV | 109.75 | 189.65 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 121 | 219 | 0.79 | 0.45 | 0 | 0.14 | 213.99 | 0.71 | 0.52 |
| Hex | 2E | 79 | DB | 4F | 2D | 0 | E | D6 | 47 | 34 |
| Octal | 56 | 171 | 333 | 117 | 55 | 0 | 16 | 326 | 107 | 64 |
| Binary | 101110 | 1111001 | 11011011 | 1001111 | 101101 | 0 | 1110 | 11010110 | 1000111 | 110100 |
Color Harmonies of #2E79DB
Complementary color
Monochromatic Colors of #2E79DB
Black with #2E79DB
Text Example
Text Example
White with #2E79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E79DB; }
p { color: rgb(46,121,219); }
H1.HeaderClassName
{
color: #2E79DB;
}
.AnyTagClassName
{
color: #2E79DB;
}
</style>
background-color css
<style>
a { background-color: #2E79DB; }
a { background-color: rgb(46,121,219); }
div.DivClassName
{
background-color: #2E79DB;
}
.BgClassName
{
background-color: #2E79DB;
}
</style>
border-color css
<style>
span { border-color: #2E79DB; }
span { border-color: rgb(46,121,219); }
td.TdClassName
{
border-color: #2E79DB;
}
.TagClassName
{
border-color: #2E79DB;
}
</style>