Shades of Royal Blue #2E6BEA
Tints of Royal Blue #2E6BEA
RGB
CMYK
RGB Variations
Color information
#2E6BEA (or 0x2E6BEA) is known color: Royal Blue. HEX triplet: 2E, 6B and EA. RGB value is (46,107,234). Sum of RGB (Red+Green+Blue) = 46+107+234=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E6BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6BEA is #D19415. Grayscale: #666666. Windows color (decimal): -13734934 or 15362862. OLE color: 15362862.
HSL color Cylindrical-coordinate representation of color #2E6BEA: hue angle of 220.53º degrees, saturation: 0.82, 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 #2E6BEA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 107 | 234 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.08 |
| HSL | 220.53º | 0.82% | 0.55% | - |
| HSV(B) | 220.53º | 0.8% | 0.92% | - |
| XYZ | 21.24 | 17.04 | 80.01 | - |
| YUV | 103.24 | 201.79 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 234 | 0.80 | 0.54 | 0 | 0.08 | 220.53 | 0.82 | 0.55 |
| Hex | 2E | 6B | EA | 50 | 36 | 0 | 8 | DD | 52 | 37 |
| Octal | 56 | 153 | 352 | 120 | 66 | 0 | 10 | 335 | 122 | 67 |
| Binary | 101110 | 1101011 | 11101010 | 1010000 | 110110 | 0 | 1000 | 11011101 | 1010010 | 110111 |
Color Harmonies of #2E6BEA
Complementary color
Monochromatic Colors of #2E6BEA
Black with #2E6BEA
Text Example
Text Example
White with #2E6BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6BEA; }
p { color: rgb(46,107,234); }
H1.HeaderClassName
{
color: #2E6BEA;
}
.AnyTagClassName
{
color: #2E6BEA;
}
</style>
background-color css
<style>
a { background-color: #2E6BEA; }
a { background-color: rgb(46,107,234); }
div.DivClassName
{
background-color: #2E6BEA;
}
.BgClassName
{
background-color: #2E6BEA;
}
</style>
border-color css
<style>
span { border-color: #2E6BEA; }
span { border-color: rgb(46,107,234); }
td.TdClassName
{
border-color: #2E6BEA;
}
.TagClassName
{
border-color: #2E6BEA;
}
</style>