Shades of Royal Blue #2E6BDD
Tints of Royal Blue #2E6BDD
RGB
CMYK
RGB Variations
Color information
#2E6BDD (or 0x2E6BDD) is known color: Royal Blue. HEX triplet: 2E, 6B and DD. RGB value is (46,107,221). Sum of RGB (Red+Green+Blue) = 46+107+221=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E6BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6BDD is #D19422. Grayscale: #656565. Windows color (decimal): -13734947 or 14510894. OLE color: 14510894.
HSL color Cylindrical-coordinate representation of color #2E6BDD: hue angle of 219.09º 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 #2E6BDD is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 107 | 221 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.13 |
| HSL | 219.09º | 0.72% | 0.52% | - |
| HSV(B) | 219.09º | 0.79% | 0.87% | - |
| XYZ | 19.44 | 16.32 | 70.53 | - |
| YUV | 101.76 | 195.29 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 221 | 0.79 | 0.52 | 0 | 0.13 | 219.09 | 0.72 | 0.52 |
| Hex | 2E | 6B | DD | 4F | 34 | 0 | D | DB | 48 | 34 |
| Octal | 56 | 153 | 335 | 117 | 64 | 0 | 15 | 333 | 110 | 64 |
| Binary | 101110 | 1101011 | 11011101 | 1001111 | 110100 | 0 | 1101 | 11011011 | 1001000 | 110100 |
Color Harmonies of #2E6BDD
Complementary color
Monochromatic Colors of #2E6BDD
Black with #2E6BDD
Text Example
Text Example
White with #2E6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6BDD; }
p { color: rgb(46,107,221); }
H1.HeaderClassName
{
color: #2E6BDD;
}
.AnyTagClassName
{
color: #2E6BDD;
}
</style>
background-color css
<style>
a { background-color: #2E6BDD; }
a { background-color: rgb(46,107,221); }
div.DivClassName
{
background-color: #2E6BDD;
}
.BgClassName
{
background-color: #2E6BDD;
}
</style>
border-color css
<style>
span { border-color: #2E6BDD; }
span { border-color: rgb(46,107,221); }
td.TdClassName
{
border-color: #2E6BDD;
}
.TagClassName
{
border-color: #2E6BDD;
}
</style>