Shades of Royal Blue #2849EB
Tints of Royal Blue #2849EB
RGB
CMYK
RGB Variations
Color information
#2849EB (or 0x2849EB) is known color: Royal Blue. HEX triplet: 28, 49 and EB. RGB value is (40,73,235). Sum of RGB (Red+Green+Blue) = 40+73+235=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 235 (92.19% from 255 or 67.53% from 348); Max value from RGB is 235 - color contains mainly: blue. Hex color #2849EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2849EB is #D7B614. Grayscale: #505050. Windows color (decimal): -14136853 or 15419688. OLE color: 15419688.
HSL color Cylindrical-coordinate representation of color #2849EB: hue angle of 229.85º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2849EB is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 73 | 235 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.08 |
| HSL | 229.85º | 0.83% | 0.54% | - |
| HSV(B) | 229.85º | 0.83% | 0.92% | - |
| XYZ | 18.25 | 11.21 | 79.8 | - |
| YUV | 81.6 | 214.57 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 235 | 0.83 | 0.69 | 0 | 0.08 | 229.85 | 0.83 | 0.54 |
| Hex | 28 | 49 | EB | 53 | 45 | 0 | 8 | E6 | 53 | 36 |
| Octal | 50 | 111 | 353 | 123 | 105 | 0 | 10 | 346 | 123 | 66 |
| Binary | 101000 | 1001001 | 11101011 | 1010011 | 1000101 | 0 | 1000 | 11100110 | 1010011 | 110110 |
Color Harmonies of #2849EB
Complementary color
Monochromatic Colors of #2849EB
Black with #2849EB
Text Example
Text Example
White with #2849EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849EB; }
p { color: rgb(40,73,235); }
H1.HeaderClassName
{
color: #2849EB;
}
.AnyTagClassName
{
color: #2849EB;
}
</style>
background-color css
<style>
a { background-color: #2849EB; }
a { background-color: rgb(40,73,235); }
div.DivClassName
{
background-color: #2849EB;
}
.BgClassName
{
background-color: #2849EB;
}
</style>
border-color css
<style>
span { border-color: #2849EB; }
span { border-color: rgb(40,73,235); }
td.TdClassName
{
border-color: #2849EB;
}
.TagClassName
{
border-color: #2849EB;
}
</style>