Shades of Royal Blue #2E6ECC
Tints of Royal Blue #2E6ECC
RGB
CMYK
RGB Variations
Color information
#2E6ECC (or 0x2E6ECC) is known color: Royal Blue. HEX triplet: 2E, 6E and CC. RGB value is (46,110,204). Sum of RGB (Red+Green+Blue) = 46+110+204=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ECC is #D19133. Grayscale: #656565. Windows color (decimal): -13734196 or 13397550. OLE color: 13397550.
HSL color Cylindrical-coordinate representation of color #2E6ECC: hue angle of 215.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E6ECC is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 110 | 204 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.2 |
| HSL | 215.7º | 0.63% | 0.49% | - |
| HSV(B) | 215.7º | 0.77% | 0.8% | - |
| XYZ | 17.6 | 16.09 | 59.31 | - |
| YUV | 101.58 | 185.8 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 204 | 0.77 | 0.46 | 0 | 0.2 | 215.7 | 0.63 | 0.49 |
| Hex | 2E | 6E | CC | 4D | 2E | 0 | 14 | D8 | 3F | 31 |
| Octal | 56 | 156 | 314 | 115 | 56 | 0 | 24 | 330 | 77 | 61 |
| Binary | 101110 | 1101110 | 11001100 | 1001101 | 101110 | 0 | 10100 | 11011000 | 111111 | 110001 |
Color Harmonies of #2E6ECC
Complementary color
Monochromatic Colors of #2E6ECC
Black with #2E6ECC
Text Example
Text Example
White with #2E6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6ECC; }
p { color: rgb(46,110,204); }
H1.HeaderClassName
{
color: #2E6ECC;
}
.AnyTagClassName
{
color: #2E6ECC;
}
</style>
background-color css
<style>
a { background-color: #2E6ECC; }
a { background-color: rgb(46,110,204); }
div.DivClassName
{
background-color: #2E6ECC;
}
.BgClassName
{
background-color: #2E6ECC;
}
</style>
border-color css
<style>
span { border-color: #2E6ECC; }
span { border-color: rgb(46,110,204); }
td.TdClassName
{
border-color: #2E6ECC;
}
.TagClassName
{
border-color: #2E6ECC;
}
</style>