Shades of Royal Blue #2E62ED
Tints of Royal Blue #2E62ED
RGB
CMYK
RGB Variations
Color information
#2E62ED (or 0x2E62ED) is known color: Royal Blue. HEX triplet: 2E, 62 and ED. RGB value is (46,98,237). Sum of RGB (Red+Green+Blue) = 46+98+237=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #2E62ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E62ED is #D19D12. Grayscale: #616161. Windows color (decimal): -13737235 or 15557166. OLE color: 15557166.
HSL color Cylindrical-coordinate representation of color #2E62ED: hue angle of 223.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E62ED is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 98 | 237 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.07 |
| HSL | 223.66º | 0.84% | 0.55% | - |
| HSV(B) | 223.66º | 0.81% | 0.93% | - |
| XYZ | 20.78 | 15.43 | 82 | - |
| YUV | 98.3 | 206.27 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 237 | 0.81 | 0.59 | 0 | 0.07 | 223.66 | 0.84 | 0.55 |
| Hex | 2E | 62 | ED | 51 | 3B | 0 | 7 | E0 | 54 | 37 |
| Octal | 56 | 142 | 355 | 121 | 73 | 0 | 7 | 340 | 124 | 67 |
| Binary | 101110 | 1100010 | 11101101 | 1010001 | 111011 | 0 | 111 | 11100000 | 1010100 | 110111 |
Color Harmonies of #2E62ED
Complementary color
Monochromatic Colors of #2E62ED
Black with #2E62ED
Text Example
Text Example
White with #2E62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E62ED; }
p { color: rgb(46,98,237); }
H1.HeaderClassName
{
color: #2E62ED;
}
.AnyTagClassName
{
color: #2E62ED;
}
</style>
background-color css
<style>
a { background-color: #2E62ED; }
a { background-color: rgb(46,98,237); }
div.DivClassName
{
background-color: #2E62ED;
}
.BgClassName
{
background-color: #2E62ED;
}
</style>
border-color css
<style>
span { border-color: #2E62ED; }
span { border-color: rgb(46,98,237); }
td.TdClassName
{
border-color: #2E62ED;
}
.TagClassName
{
border-color: #2E62ED;
}
</style>