Shades of Royal Blue #2E6FDD
Tints of Royal Blue #2E6FDD
RGB
CMYK
RGB Variations
Color information
#2E6FDD (or 0x2E6FDD) is known color: Royal Blue. HEX triplet: 2E, 6F and DD. RGB value is (46,111,221). Sum of RGB (Red+Green+Blue) = 46+111+221=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E6FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6FDD is #D19022. Grayscale: #676767. Windows color (decimal): -13733923 or 14511918. OLE color: 14511918.
HSL color Cylindrical-coordinate representation of color #2E6FDD: hue angle of 217.71º 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 #2E6FDD is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 111 | 221 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.13 |
| HSL | 217.71º | 0.72% | 0.52% | - |
| HSV(B) | 217.71º | 0.79% | 0.87% | - |
| XYZ | 19.86 | 17.17 | 70.67 | - |
| YUV | 104.11 | 193.97 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 221 | 0.79 | 0.50 | 0 | 0.13 | 217.71 | 0.72 | 0.52 |
| Hex | 2E | 6F | DD | 4F | 32 | 0 | D | DA | 48 | 34 |
| Octal | 56 | 157 | 335 | 117 | 62 | 0 | 15 | 332 | 110 | 64 |
| Binary | 101110 | 1101111 | 11011101 | 1001111 | 110010 | 0 | 1101 | 11011010 | 1001000 | 110100 |
Color Harmonies of #2E6FDD
Complementary color
Monochromatic Colors of #2E6FDD
Black with #2E6FDD
Text Example
Text Example
White with #2E6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6FDD; }
p { color: rgb(46,111,221); }
H1.HeaderClassName
{
color: #2E6FDD;
}
.AnyTagClassName
{
color: #2E6FDD;
}
</style>
background-color css
<style>
a { background-color: #2E6FDD; }
a { background-color: rgb(46,111,221); }
div.DivClassName
{
background-color: #2E6FDD;
}
.BgClassName
{
background-color: #2E6FDD;
}
</style>
border-color css
<style>
span { border-color: #2E6FDD; }
span { border-color: rgb(46,111,221); }
td.TdClassName
{
border-color: #2E6FDD;
}
.TagClassName
{
border-color: #2E6FDD;
}
</style>