Shades of Royal Blue #2865DC
Tints of Royal Blue #2865DC
RGB
CMYK
RGB Variations
Color information
#2865DC (or 0x2865DC) is known color: Royal Blue. HEX triplet: 28, 65 and DC. RGB value is (40,101,220). Sum of RGB (Red+Green+Blue) = 40+101+220=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #2865DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865DC is #D79A23. Grayscale: #5F5F5F. Windows color (decimal): -14129700 or 14443816. OLE color: 14443816.
HSL color Cylindrical-coordinate representation of color #2865DC: hue angle of 219.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 #2865DC is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 101 | 220 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.14 |
| HSL | 219.67º | 0.72% | 0.51% | - |
| HSV(B) | 219.67º | 0.82% | 0.86% | - |
| XYZ | 18.45 | 14.93 | 69.62 | - |
| YUV | 96.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 220 | 0.82 | 0.54 | 0 | 0.14 | 219.67 | 0.72 | 0.51 |
| Hex | 28 | 65 | DC | 52 | 36 | 0 | E | DC | 48 | 33 |
| Octal | 50 | 145 | 334 | 122 | 66 | 0 | 16 | 334 | 110 | 63 |
| Binary | 101000 | 1100101 | 11011100 | 1010010 | 110110 | 0 | 1110 | 11011100 | 1001000 | 110011 |
Color Harmonies of #2865DC
Complementary color
Monochromatic Colors of #2865DC
Black with #2865DC
Text Example
Text Example
White with #2865DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865DC; }
p { color: rgb(40,101,220); }
H1.HeaderClassName
{
color: #2865DC;
}
.AnyTagClassName
{
color: #2865DC;
}
</style>
background-color css
<style>
a { background-color: #2865DC; }
a { background-color: rgb(40,101,220); }
div.DivClassName
{
background-color: #2865DC;
}
.BgClassName
{
background-color: #2865DC;
}
</style>
border-color css
<style>
span { border-color: #2865DC; }
span { border-color: rgb(40,101,220); }
td.TdClassName
{
border-color: #2865DC;
}
.TagClassName
{
border-color: #2865DC;
}
</style>