Shades of Royal Blue #2E61F1
Tints of Royal Blue #2E61F1
RGB
CMYK
RGB Variations
Color information
#2E61F1 (or 0x2E61F1) is known color: Royal Blue. HEX triplet: 2E, 61 and F1. RGB value is (46,97,241). Sum of RGB (Red+Green+Blue) = 46+97+241=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E61F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E61F1 is #D19E0E. Grayscale: #616161. Windows color (decimal): -13737487 or 15819054. OLE color: 15819054.
HSL color Cylindrical-coordinate representation of color #2E61F1: hue angle of 224.31º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E61F1 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 97 | 241 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.05 |
| HSL | 224.31º | 0.87% | 0.56% | - |
| HSV(B) | 224.31º | 0.81% | 0.95% | - |
| XYZ | 21.28 | 15.48 | 85.09 | - |
| YUV | 98.17 | 208.6 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 241 | 0.81 | 0.60 | 0 | 0.05 | 224.31 | 0.87 | 0.56 |
| Hex | 2E | 61 | F1 | 51 | 3C | 0 | 5 | E0 | 57 | 38 |
| Octal | 56 | 141 | 361 | 121 | 74 | 0 | 5 | 340 | 127 | 70 |
| Binary | 101110 | 1100001 | 11110001 | 1010001 | 111100 | 0 | 101 | 11100000 | 1010111 | 111000 |
Color Harmonies of #2E61F1
Complementary color
Monochromatic Colors of #2E61F1
Black with #2E61F1
Text Example
Text Example
White with #2E61F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E61F1; }
p { color: rgb(46,97,241); }
H1.HeaderClassName
{
color: #2E61F1;
}
.AnyTagClassName
{
color: #2E61F1;
}
</style>
background-color css
<style>
a { background-color: #2E61F1; }
a { background-color: rgb(46,97,241); }
div.DivClassName
{
background-color: #2E61F1;
}
.BgClassName
{
background-color: #2E61F1;
}
</style>
border-color css
<style>
span { border-color: #2E61F1; }
span { border-color: rgb(46,97,241); }
td.TdClassName
{
border-color: #2E61F1;
}
.TagClassName
{
border-color: #2E61F1;
}
</style>