Shades of Royal Blue #2E7BDD
Tints of Royal Blue #2E7BDD
RGB
CMYK
RGB Variations
Color information
#2E7BDD (or 0x2E7BDD) is known color: Royal Blue. HEX triplet: 2E, 7B and DD. RGB value is (46,123,221). Sum of RGB (Red+Green+Blue) = 46+123+221=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E7BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7BDD is #D18422. Grayscale: #6E6E6E. Windows color (decimal): -13730851 or 14514990. OLE color: 14514990.
HSL color Cylindrical-coordinate representation of color #2E7BDD: hue angle of 213.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E7BDD is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 123 | 221 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.13 |
| HSL | 213.6º | 0.72% | 0.52% | - |
| HSV(B) | 213.6º | 0.79% | 0.87% | - |
| XYZ | 21.26 | 19.97 | 71.14 | - |
| YUV | 111.15 | 189.99 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 221 | 0.79 | 0.44 | 0 | 0.13 | 213.6 | 0.72 | 0.52 |
| Hex | 2E | 7B | DD | 4F | 2C | 0 | D | D6 | 48 | 34 |
| Octal | 56 | 173 | 335 | 117 | 54 | 0 | 15 | 326 | 110 | 64 |
| Binary | 101110 | 1111011 | 11011101 | 1001111 | 101100 | 0 | 1101 | 11010110 | 1001000 | 110100 |
Color Harmonies of #2E7BDD
Complementary color
Monochromatic Colors of #2E7BDD
Black with #2E7BDD
Text Example
Text Example
White with #2E7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7BDD; }
p { color: rgb(46,123,221); }
H1.HeaderClassName
{
color: #2E7BDD;
}
.AnyTagClassName
{
color: #2E7BDD;
}
</style>
background-color css
<style>
a { background-color: #2E7BDD; }
a { background-color: rgb(46,123,221); }
div.DivClassName
{
background-color: #2E7BDD;
}
.BgClassName
{
background-color: #2E7BDD;
}
</style>
border-color css
<style>
span { border-color: #2E7BDD; }
span { border-color: rgb(46,123,221); }
td.TdClassName
{
border-color: #2E7BDD;
}
.TagClassName
{
border-color: #2E7BDD;
}
</style>