Shades of Royal Blue #2860DE
Tints of Royal Blue #2860DE
RGB
CMYK
RGB Variations
Color information
#2860DE (or 0x2860DE) is known color: Royal Blue. HEX triplet: 28, 60 and DE. RGB value is (40,96,222). Sum of RGB (Red+Green+Blue) = 40+96+222=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #2860DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860DE is #D79F21. Grayscale: #5D5D5D. Windows color (decimal): -14130978 or 14573608. OLE color: 14573608.
HSL color Cylindrical-coordinate representation of color #2860DE: hue angle of 221.54º 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 #2860DE is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 96 | 222 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.13 |
| HSL | 221.54º | 0.73% | 0.51% | - |
| HSV(B) | 221.54º | 0.82% | 0.87% | - |
| XYZ | 18.24 | 14.09 | 70.87 | - |
| YUV | 93.62 | 200.45 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 222 | 0.82 | 0.57 | 0 | 0.13 | 221.54 | 0.73 | 0.51 |
| Hex | 28 | 60 | DE | 52 | 39 | 0 | D | DE | 49 | 33 |
| Octal | 50 | 140 | 336 | 122 | 71 | 0 | 15 | 336 | 111 | 63 |
| Binary | 101000 | 1100000 | 11011110 | 1010010 | 111001 | 0 | 1101 | 11011110 | 1001001 | 110011 |
Color Harmonies of #2860DE
Complementary color
Monochromatic Colors of #2860DE
Black with #2860DE
Text Example
Text Example
White with #2860DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860DE; }
p { color: rgb(40,96,222); }
H1.HeaderClassName
{
color: #2860DE;
}
.AnyTagClassName
{
color: #2860DE;
}
</style>
background-color css
<style>
a { background-color: #2860DE; }
a { background-color: rgb(40,96,222); }
div.DivClassName
{
background-color: #2860DE;
}
.BgClassName
{
background-color: #2860DE;
}
</style>
border-color css
<style>
span { border-color: #2860DE; }
span { border-color: rgb(40,96,222); }
td.TdClassName
{
border-color: #2860DE;
}
.TagClassName
{
border-color: #2860DE;
}
</style>