Shades of Royal Blue #2856ED
Tints of Royal Blue #2856ED
RGB
CMYK
RGB Variations
Color information
#2856ED (or 0x2856ED) is known color: Royal Blue. HEX triplet: 28, 56 and ED. RGB value is (40,86,237). Sum of RGB (Red+Green+Blue) = 40+86+237=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #2856ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2856ED is #D7A912. Grayscale: #585858. Windows color (decimal): -14133523 or 15554088. OLE color: 15554088.
HSL color Cylindrical-coordinate representation of color #2856ED: hue angle of 225.99º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2856ED is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 86 | 237 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.07 |
| HSL | 225.99º | 0.85% | 0.54% | - |
| HSV(B) | 225.99º | 0.83% | 0.93% | - |
| XYZ | 19.49 | 13.22 | 81.65 | - |
| YUV | 89.46 | 211.26 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 237 | 0.83 | 0.64 | 0 | 0.07 | 225.99 | 0.85 | 0.54 |
| Hex | 28 | 56 | ED | 53 | 40 | 0 | 7 | E2 | 55 | 36 |
| Octal | 50 | 126 | 355 | 123 | 100 | 0 | 7 | 342 | 125 | 66 |
| Binary | 101000 | 1010110 | 11101101 | 1010011 | 1000000 | 0 | 111 | 11100010 | 1010101 | 110110 |
Color Harmonies of #2856ED
Complementary color
Monochromatic Colors of #2856ED
Black with #2856ED
Text Example
Text Example
White with #2856ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2856ED; }
p { color: rgb(40,86,237); }
H1.HeaderClassName
{
color: #2856ED;
}
.AnyTagClassName
{
color: #2856ED;
}
</style>
background-color css
<style>
a { background-color: #2856ED; }
a { background-color: rgb(40,86,237); }
div.DivClassName
{
background-color: #2856ED;
}
.BgClassName
{
background-color: #2856ED;
}
</style>
border-color css
<style>
span { border-color: #2856ED; }
span { border-color: rgb(40,86,237); }
td.TdClassName
{
border-color: #2856ED;
}
.TagClassName
{
border-color: #2856ED;
}
</style>