Shades of Royal Blue #2E6CEA
Tints of Royal Blue #2E6CEA
RGB
CMYK
RGB Variations
Color information
#2E6CEA (or 0x2E6CEA) is known color: Royal Blue. HEX triplet: 2E, 6C and EA. RGB value is (46,108,234). Sum of RGB (Red+Green+Blue) = 46+108+234=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E6CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6CEA is #D19315. Grayscale: #676767. Windows color (decimal): -13734678 or 15363118. OLE color: 15363118.
HSL color Cylindrical-coordinate representation of color #2E6CEA: hue angle of 220.21º 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 #2E6CEA is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 108 | 234 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.08 |
| HSL | 220.21º | 0.82% | 0.55% | - |
| HSV(B) | 220.21º | 0.8% | 0.92% | - |
| XYZ | 21.34 | 17.25 | 80.05 | - |
| YUV | 103.83 | 201.46 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 108 | 234 | 0.80 | 0.54 | 0 | 0.08 | 220.21 | 0.82 | 0.55 |
| Hex | 2E | 6C | EA | 50 | 36 | 0 | 8 | DC | 52 | 37 |
| Octal | 56 | 154 | 352 | 120 | 66 | 0 | 10 | 334 | 122 | 67 |
| Binary | 101110 | 1101100 | 11101010 | 1010000 | 110110 | 0 | 1000 | 11011100 | 1010010 | 110111 |
Color Harmonies of #2E6CEA
Complementary color
Monochromatic Colors of #2E6CEA
Black with #2E6CEA
Text Example
Text Example
White with #2E6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6CEA; }
p { color: rgb(46,108,234); }
H1.HeaderClassName
{
color: #2E6CEA;
}
.AnyTagClassName
{
color: #2E6CEA;
}
</style>
background-color css
<style>
a { background-color: #2E6CEA; }
a { background-color: rgb(46,108,234); }
div.DivClassName
{
background-color: #2E6CEA;
}
.BgClassName
{
background-color: #2E6CEA;
}
</style>
border-color css
<style>
span { border-color: #2E6CEA; }
span { border-color: rgb(46,108,234); }
td.TdClassName
{
border-color: #2E6CEA;
}
.TagClassName
{
border-color: #2E6CEA;
}
</style>