Shades of Royal Blue #2E6CEB
Tints of Royal Blue #2E6CEB
RGB
CMYK
RGB Variations
Color information
#2E6CEB (or 0x2E6CEB) is known color: Royal Blue. HEX triplet: 2E, 6C and EB. RGB value is (46,108,235). Sum of RGB (Red+Green+Blue) = 46+108+235=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E6CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6CEB is #D19314. Grayscale: #676767. Windows color (decimal): -13734677 or 15428654. OLE color: 15428654.
HSL color Cylindrical-coordinate representation of color #2E6CEB: hue angle of 220.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E6CEB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 108 | 235 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.08 |
| HSL | 220.32º | 0.83% | 0.55% | - |
| HSV(B) | 220.32º | 0.8% | 0.92% | - |
| XYZ | 21.48 | 17.3 | 80.8 | - |
| YUV | 103.94 | 201.96 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 235 | 0.80 | 0.54 | 0 | 0.08 | 220.32 | 0.83 | 0.55 |
| Hex | 2E | 6C | EB | 50 | 36 | 0 | 8 | DC | 53 | 37 |
| Octal | 56 | 154 | 353 | 120 | 66 | 0 | 10 | 334 | 123 | 67 |
| Binary | 101110 | 1101100 | 11101011 | 1010000 | 110110 | 0 | 1000 | 11011100 | 1010011 | 110111 |
Color Harmonies of #2E6CEB
Complementary color
Monochromatic Colors of #2E6CEB
Black with #2E6CEB
Text Example
Text Example
White with #2E6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6CEB; }
p { color: rgb(46,108,235); }
H1.HeaderClassName
{
color: #2E6CEB;
}
.AnyTagClassName
{
color: #2E6CEB;
}
</style>
background-color css
<style>
a { background-color: #2E6CEB; }
a { background-color: rgb(46,108,235); }
div.DivClassName
{
background-color: #2E6CEB;
}
.BgClassName
{
background-color: #2E6CEB;
}
</style>
border-color css
<style>
span { border-color: #2E6CEB; }
span { border-color: rgb(46,108,235); }
td.TdClassName
{
border-color: #2E6CEB;
}
.TagClassName
{
border-color: #2E6CEB;
}
</style>