Shades of Royal Blue #2E6DDF
Tints of Royal Blue #2E6DDF
RGB
CMYK
RGB Variations
Color information
#2E6DDF (or 0x2E6DDF) is known color: Royal Blue. HEX triplet: 2E, 6D and DF. RGB value is (46,109,223). Sum of RGB (Red+Green+Blue) = 46+109+223=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E6DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6DDF is #D19220. Grayscale: #666666. Windows color (decimal): -13734433 or 14642478. OLE color: 14642478.
HSL color Cylindrical-coordinate representation of color #2E6DDF: hue angle of 218.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6DDF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 109 | 223 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.13 |
| HSL | 218.64º | 0.73% | 0.53% | - |
| HSV(B) | 218.64º | 0.79% | 0.87% | - |
| XYZ | 19.91 | 16.85 | 72.01 | - |
| YUV | 103.16 | 195.63 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 223 | 0.79 | 0.51 | 0 | 0.13 | 218.64 | 0.73 | 0.53 |
| Hex | 2E | 6D | DF | 4F | 33 | 0 | D | DB | 49 | 35 |
| Octal | 56 | 155 | 337 | 117 | 63 | 0 | 15 | 333 | 111 | 65 |
| Binary | 101110 | 1101101 | 11011111 | 1001111 | 110011 | 0 | 1101 | 11011011 | 1001001 | 110101 |
Color Harmonies of #2E6DDF
Complementary color
Monochromatic Colors of #2E6DDF
Black with #2E6DDF
Text Example
Text Example
White with #2E6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6DDF; }
p { color: rgb(46,109,223); }
H1.HeaderClassName
{
color: #2E6DDF;
}
.AnyTagClassName
{
color: #2E6DDF;
}
</style>
background-color css
<style>
a { background-color: #2E6DDF; }
a { background-color: rgb(46,109,223); }
div.DivClassName
{
background-color: #2E6DDF;
}
.BgClassName
{
background-color: #2E6DDF;
}
</style>
border-color css
<style>
span { border-color: #2E6DDF; }
span { border-color: rgb(46,109,223); }
td.TdClassName
{
border-color: #2E6DDF;
}
.TagClassName
{
border-color: #2E6DDF;
}
</style>