Shades of Royal Blue #2859DC
Tints of Royal Blue #2859DC
RGB
CMYK
RGB Variations
Color information
#2859DC (or 0x2859DC) is known color: Royal Blue. HEX triplet: 28, 59 and DC. RGB value is (40,89,220). Sum of RGB (Red+Green+Blue) = 40+89+220=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #2859DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859DC is #D7A623. Grayscale: #585858. Windows color (decimal): -14132772 or 14440744. OLE color: 14440744.
HSL color Cylindrical-coordinate representation of color #2859DC: hue angle of 223.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2859DC is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 89 | 220 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.14 |
| HSL | 223.67º | 0.72% | 0.51% | - |
| HSV(B) | 223.67º | 0.82% | 0.86% | - |
| XYZ | 17.37 | 12.76 | 69.26 | - |
| YUV | 89.28 | 201.77 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 220 | 0.82 | 0.60 | 0 | 0.14 | 223.67 | 0.72 | 0.51 |
| Hex | 28 | 59 | DC | 52 | 3C | 0 | E | E0 | 48 | 33 |
| Octal | 50 | 131 | 334 | 122 | 74 | 0 | 16 | 340 | 110 | 63 |
| Binary | 101000 | 1011001 | 11011100 | 1010010 | 111100 | 0 | 1110 | 11100000 | 1001000 | 110011 |
Color Harmonies of #2859DC
Complementary color
Monochromatic Colors of #2859DC
Black with #2859DC
Text Example
Text Example
White with #2859DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859DC; }
p { color: rgb(40,89,220); }
H1.HeaderClassName
{
color: #2859DC;
}
.AnyTagClassName
{
color: #2859DC;
}
</style>
background-color css
<style>
a { background-color: #2859DC; }
a { background-color: rgb(40,89,220); }
div.DivClassName
{
background-color: #2859DC;
}
.BgClassName
{
background-color: #2859DC;
}
</style>
border-color css
<style>
span { border-color: #2859DC; }
span { border-color: rgb(40,89,220); }
td.TdClassName
{
border-color: #2859DC;
}
.TagClassName
{
border-color: #2859DC;
}
</style>