Shades of Royal Blue #2859DD
Tints of Royal Blue #2859DD
RGB
CMYK
RGB Variations
Color information
#2859DD (or 0x2859DD) is known color: Royal Blue. HEX triplet: 28, 59 and DD. RGB value is (40,89,221). Sum of RGB (Red+Green+Blue) = 40+89+221=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #2859DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859DD is #D7A622. Grayscale: #585858. Windows color (decimal): -14132771 or 14506280. OLE color: 14506280.
HSL color Cylindrical-coordinate representation of color #2859DD: hue angle of 223.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2859DD is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 89 | 221 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.13 |
| HSL | 223.76º | 0.73% | 0.51% | - |
| HSV(B) | 223.76º | 0.82% | 0.87% | - |
| XYZ | 17.5 | 12.82 | 69.96 | - |
| YUV | 89.4 | 202.27 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 221 | 0.82 | 0.60 | 0 | 0.13 | 223.76 | 0.73 | 0.51 |
| Hex | 28 | 59 | DD | 52 | 3C | 0 | D | E0 | 49 | 33 |
| Octal | 50 | 131 | 335 | 122 | 74 | 0 | 15 | 340 | 111 | 63 |
| Binary | 101000 | 1011001 | 11011101 | 1010010 | 111100 | 0 | 1101 | 11100000 | 1001001 | 110011 |
Color Harmonies of #2859DD
Complementary color
Monochromatic Colors of #2859DD
Black with #2859DD
Text Example
Text Example
White with #2859DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2859DD; }
p { color: rgb(40,89,221); }
H1.HeaderClassName
{
color: #2859DD;
}
.AnyTagClassName
{
color: #2859DD;
}
</style>
background-color css
<style>
a { background-color: #2859DD; }
a { background-color: rgb(40,89,221); }
div.DivClassName
{
background-color: #2859DD;
}
.BgClassName
{
background-color: #2859DD;
}
</style>
border-color css
<style>
span { border-color: #2859DD; }
span { border-color: rgb(40,89,221); }
td.TdClassName
{
border-color: #2859DD;
}
.TagClassName
{
border-color: #2859DD;
}
</style>