Shades of Royal Blue #2E73FA
Tints of Royal Blue #2E73FA
RGB
CMYK
RGB Variations
Color information
#2E73FA (or 0x2E73FA) is known color: Royal Blue. HEX triplet: 2E, 73 and FA. RGB value is (46,115,250). Sum of RGB (Red+Green+Blue) = 46+115+250=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E73FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E73FA is #D18C05. Grayscale: #6D6D6D. Windows color (decimal): -13732870 or 16413486. OLE color: 16413486.
HSL color Cylindrical-coordinate representation of color #2E73FA: hue angle of 219.71º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E73FA is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 115 | 250 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.02 |
| HSL | 219.71º | 0.95% | 0.58% | - |
| HSV(B) | 219.71º | 0.82% | 0.98% | - |
| XYZ | 24.51 | 19.74 | 92.96 | - |
| YUV | 109.76 | 207.14 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 250 | 0.82 | 0.54 | 0 | 0.02 | 219.71 | 0.95 | 0.58 |
| Hex | 2E | 73 | FA | 52 | 36 | 0 | 2 | DC | 5F | 3A |
| Octal | 56 | 163 | 372 | 122 | 66 | 0 | 2 | 334 | 137 | 72 |
| Binary | 101110 | 1110011 | 11111010 | 1010010 | 110110 | 0 | 10 | 11011100 | 1011111 | 111010 |
Color Harmonies of #2E73FA
Complementary color
Monochromatic Colors of #2E73FA
Black with #2E73FA
Text Example
Text Example
White with #2E73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E73FA; }
p { color: rgb(46,115,250); }
H1.HeaderClassName
{
color: #2E73FA;
}
.AnyTagClassName
{
color: #2E73FA;
}
</style>
background-color css
<style>
a { background-color: #2E73FA; }
a { background-color: rgb(46,115,250); }
div.DivClassName
{
background-color: #2E73FA;
}
.BgClassName
{
background-color: #2E73FA;
}
</style>
border-color css
<style>
span { border-color: #2E73FA; }
span { border-color: rgb(46,115,250); }
td.TdClassName
{
border-color: #2E73FA;
}
.TagClassName
{
border-color: #2E73FA;
}
</style>