Shades of Royal Blue #2849EE
Tints of Royal Blue #2849EE
RGB
CMYK
RGB Variations
Color information
#2849EE (or 0x2849EE) is known color: Royal Blue. HEX triplet: 28, 49 and EE. RGB value is (40,73,238). Sum of RGB (Red+Green+Blue) = 40+73+238=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #2849EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2849EE is #D7B611. Grayscale: #515151. Windows color (decimal): -14136850 or 15616296. OLE color: 15616296.
HSL color Cylindrical-coordinate representation of color #2849EE: hue angle of 230º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2849EE is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 73 | 238 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.07 |
| HSL | 230º | 0.85% | 0.55% | - |
| HSV(B) | 230º | 0.83% | 0.93% | - |
| XYZ | 18.69 | 11.39 | 82.1 | - |
| YUV | 81.94 | 216.07 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 238 | 0.83 | 0.69 | 0 | 0.07 | 230 | 0.85 | 0.55 |
| Hex | 28 | 49 | EE | 53 | 45 | 0 | 7 | E6 | 55 | 37 |
| Octal | 50 | 111 | 356 | 123 | 105 | 0 | 7 | 346 | 125 | 67 |
| Binary | 101000 | 1001001 | 11101110 | 1010011 | 1000101 | 0 | 111 | 11100110 | 1010101 | 110111 |
Color Harmonies of #2849EE
Complementary color
Monochromatic Colors of #2849EE
Black with #2849EE
Text Example
Text Example
White with #2849EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849EE; }
p { color: rgb(40,73,238); }
H1.HeaderClassName
{
color: #2849EE;
}
.AnyTagClassName
{
color: #2849EE;
}
</style>
background-color css
<style>
a { background-color: #2849EE; }
a { background-color: rgb(40,73,238); }
div.DivClassName
{
background-color: #2849EE;
}
.BgClassName
{
background-color: #2849EE;
}
</style>
border-color css
<style>
span { border-color: #2849EE; }
span { border-color: rgb(40,73,238); }
td.TdClassName
{
border-color: #2849EE;
}
.TagClassName
{
border-color: #2849EE;
}
</style>