Shades of Royal Blue #2E63EB
Tints of Royal Blue #2E63EB
RGB
CMYK
RGB Variations
Color information
#2E63EB (or 0x2E63EB) is known color: Royal Blue. HEX triplet: 2E, 63 and EB. RGB value is (46,99,235). Sum of RGB (Red+Green+Blue) = 46+99+235=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E63EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E63EB is #D19C14. Grayscale: #626262. Windows color (decimal): -13736981 or 15426350. OLE color: 15426350.
HSL color Cylindrical-coordinate representation of color #2E63EB: hue angle of 223.17º 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 #2E63EB is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 99 | 235 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.08 |
| HSL | 223.17º | 0.83% | 0.55% | - |
| HSV(B) | 223.17º | 0.8% | 0.92% | - |
| XYZ | 20.58 | 15.5 | 80.5 | - |
| YUV | 98.66 | 204.94 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 235 | 0.80 | 0.58 | 0 | 0.08 | 223.17 | 0.83 | 0.55 |
| Hex | 2E | 63 | EB | 50 | 3A | 0 | 8 | DF | 53 | 37 |
| Octal | 56 | 143 | 353 | 120 | 72 | 0 | 10 | 337 | 123 | 67 |
| Binary | 101110 | 1100011 | 11101011 | 1010000 | 111010 | 0 | 1000 | 11011111 | 1010011 | 110111 |
Color Harmonies of #2E63EB
Complementary color
Monochromatic Colors of #2E63EB
Black with #2E63EB
Text Example
Text Example
White with #2E63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E63EB; }
p { color: rgb(46,99,235); }
H1.HeaderClassName
{
color: #2E63EB;
}
.AnyTagClassName
{
color: #2E63EB;
}
</style>
background-color css
<style>
a { background-color: #2E63EB; }
a { background-color: rgb(46,99,235); }
div.DivClassName
{
background-color: #2E63EB;
}
.BgClassName
{
background-color: #2E63EB;
}
</style>
border-color css
<style>
span { border-color: #2E63EB; }
span { border-color: rgb(46,99,235); }
td.TdClassName
{
border-color: #2E63EB;
}
.TagClassName
{
border-color: #2E63EB;
}
</style>