Shades of Royal Blue #2867DB
Tints of Royal Blue #2867DB
RGB
CMYK
RGB Variations
Color information
#2867DB (or 0x2867DB) is known color: Royal Blue. HEX triplet: 28, 67 and DB. RGB value is (40,103,219). Sum of RGB (Red+Green+Blue) = 40+103+219=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #2867DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2867DB is #D79824. Grayscale: #606060. Windows color (decimal): -14129189 or 14378792. OLE color: 14378792.
HSL color Cylindrical-coordinate representation of color #2867DB: hue angle of 218.88º degrees, saturation: 0.71, 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 #2867DB is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 103 | 219 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.14 |
| HSL | 218.88º | 0.71% | 0.51% | - |
| HSV(B) | 218.88º | 0.82% | 0.86% | - |
| XYZ | 18.51 | 15.27 | 68.99 | - |
| YUV | 97.39 | 196.63 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 219 | 0.82 | 0.53 | 0 | 0.14 | 218.88 | 0.71 | 0.51 |
| Hex | 28 | 67 | DB | 52 | 35 | 0 | E | DB | 47 | 33 |
| Octal | 50 | 147 | 333 | 122 | 65 | 0 | 16 | 333 | 107 | 63 |
| Binary | 101000 | 1100111 | 11011011 | 1010010 | 110101 | 0 | 1110 | 11011011 | 1000111 | 110011 |
Color Harmonies of #2867DB
Complementary color
Monochromatic Colors of #2867DB
Black with #2867DB
Text Example
Text Example
White with #2867DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2867DB; }
p { color: rgb(40,103,219); }
H1.HeaderClassName
{
color: #2867DB;
}
.AnyTagClassName
{
color: #2867DB;
}
</style>
background-color css
<style>
a { background-color: #2867DB; }
a { background-color: rgb(40,103,219); }
div.DivClassName
{
background-color: #2867DB;
}
.BgClassName
{
background-color: #2867DB;
}
</style>
border-color css
<style>
span { border-color: #2867DB; }
span { border-color: rgb(40,103,219); }
td.TdClassName
{
border-color: #2867DB;
}
.TagClassName
{
border-color: #2867DB;
}
</style>