Shades of Royal Blue #2867DC
Tints of Royal Blue #2867DC
RGB
CMYK
RGB Variations
Color information
#2867DC (or 0x2867DC) is known color: Royal Blue. HEX triplet: 28, 67 and DC. RGB value is (40,103,220). Sum of RGB (Red+Green+Blue) = 40+103+220=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #2867DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867DC is #D79823. Grayscale: #606060. Windows color (decimal): -14129188 or 14444328. OLE color: 14444328.
HSL color Cylindrical-coordinate representation of color #2867DC: hue angle of 219º 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 #2867DC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 103 | 220 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.14 |
| HSL | 219º | 0.72% | 0.51% | - |
| HSV(B) | 219º | 0.82% | 0.86% | - |
| XYZ | 18.64 | 15.32 | 69.68 | - |
| YUV | 97.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 220 | 0.82 | 0.53 | 0 | 0.14 | 219 | 0.72 | 0.51 |
| Hex | 28 | 67 | DC | 52 | 35 | 0 | E | DB | 48 | 33 |
| Octal | 50 | 147 | 334 | 122 | 65 | 0 | 16 | 333 | 110 | 63 |
| Binary | 101000 | 1100111 | 11011100 | 1010010 | 110101 | 0 | 1110 | 11011011 | 1001000 | 110011 |
Color Harmonies of #2867DC
Complementary color
Monochromatic Colors of #2867DC
Black with #2867DC
Text Example
Text Example
White with #2867DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867DC; }
p { color: rgb(40,103,220); }
H1.HeaderClassName
{
color: #2867DC;
}
.AnyTagClassName
{
color: #2867DC;
}
</style>
background-color css
<style>
a { background-color: #2867DC; }
a { background-color: rgb(40,103,220); }
div.DivClassName
{
background-color: #2867DC;
}
.BgClassName
{
background-color: #2867DC;
}
</style>
border-color css
<style>
span { border-color: #2867DC; }
span { border-color: rgb(40,103,220); }
td.TdClassName
{
border-color: #2867DC;
}
.TagClassName
{
border-color: #2867DC;
}
</style>