Shades of Royal Blue #2E5FDB
Tints of Royal Blue #2E5FDB
RGB
CMYK
RGB Variations
Color information
#2E5FDB (or 0x2E5FDB) is known color: Royal Blue. HEX triplet: 2E, 5F and DB. RGB value is (46,95,219). Sum of RGB (Red+Green+Blue) = 46+95+219=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5FDB is #D1A024. Grayscale: #5D5D5D. Windows color (decimal): -13738021 or 14376750. OLE color: 14376750.
HSL color Cylindrical-coordinate representation of color #2E5FDB: hue angle of 223.01º 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 #2E5FDB is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 95 | 219 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.14 |
| HSL | 223.01º | 0.71% | 0.52% | - |
| HSV(B) | 223.01º | 0.79% | 0.86% | - |
| XYZ | 18.01 | 13.88 | 68.75 | - |
| YUV | 94.49 | 198.27 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 219 | 0.79 | 0.57 | 0 | 0.14 | 223.01 | 0.71 | 0.52 |
| Hex | 2E | 5F | DB | 4F | 39 | 0 | E | DF | 47 | 34 |
| Octal | 56 | 137 | 333 | 117 | 71 | 0 | 16 | 337 | 107 | 64 |
| Binary | 101110 | 1011111 | 11011011 | 1001111 | 111001 | 0 | 1110 | 11011111 | 1000111 | 110100 |
Color Harmonies of #2E5FDB
Complementary color
Monochromatic Colors of #2E5FDB
Black with #2E5FDB
Text Example
Text Example
White with #2E5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5FDB; }
p { color: rgb(46,95,219); }
H1.HeaderClassName
{
color: #2E5FDB;
}
.AnyTagClassName
{
color: #2E5FDB;
}
</style>
background-color css
<style>
a { background-color: #2E5FDB; }
a { background-color: rgb(46,95,219); }
div.DivClassName
{
background-color: #2E5FDB;
}
.BgClassName
{
background-color: #2E5FDB;
}
</style>
border-color css
<style>
span { border-color: #2E5FDB; }
span { border-color: rgb(46,95,219); }
td.TdClassName
{
border-color: #2E5FDB;
}
.TagClassName
{
border-color: #2E5FDB;
}
</style>