Shades of Royal Blue #2851E2
Tints of Royal Blue #2851E2
RGB
CMYK
RGB Variations
Color information
#2851E2 (or 0x2851E2) is known color: Royal Blue. HEX triplet: 28, 51 and E2. RGB value is (40,81,226). Sum of RGB (Red+Green+Blue) = 40+81+226=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 226 (88.67% from 255 or 65.13% from 347); Max value from RGB is 226 - color contains mainly: blue. Hex color #2851E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2851E2 is #D7AE1D. Grayscale: #545454. Windows color (decimal): -14134814 or 14831912. OLE color: 14831912.
HSL color Cylindrical-coordinate representation of color #2851E2: hue angle of 226.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2851E2 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 81 | 226 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.11 |
| HSL | 226.77º | 0.76% | 0.52% | - |
| HSV(B) | 226.77º | 0.82% | 0.89% | - |
| XYZ | 17.54 | 11.83 | 73.31 | - |
| YUV | 85.27 | 207.42 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 226 | 0.82 | 0.64 | 0 | 0.11 | 226.77 | 0.76 | 0.52 |
| Hex | 28 | 51 | E2 | 52 | 40 | 0 | B | E3 | 4C | 34 |
| Octal | 50 | 121 | 342 | 122 | 100 | 0 | 13 | 343 | 114 | 64 |
| Binary | 101000 | 1010001 | 11100010 | 1010010 | 1000000 | 0 | 1011 | 11100011 | 1001100 | 110100 |
Color Harmonies of #2851E2
Complementary color
Monochromatic Colors of #2851E2
Black with #2851E2
Text Example
Text Example
White with #2851E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2851E2; }
p { color: rgb(40,81,226); }
H1.HeaderClassName
{
color: #2851E2;
}
.AnyTagClassName
{
color: #2851E2;
}
</style>
background-color css
<style>
a { background-color: #2851E2; }
a { background-color: rgb(40,81,226); }
div.DivClassName
{
background-color: #2851E2;
}
.BgClassName
{
background-color: #2851E2;
}
</style>
border-color css
<style>
span { border-color: #2851E2; }
span { border-color: rgb(40,81,226); }
td.TdClassName
{
border-color: #2851E2;
}
.TagClassName
{
border-color: #2851E2;
}
</style>