Shades of Royal Blue #2865DB
Tints of Royal Blue #2865DB
RGB
CMYK
RGB Variations
Color information
#2865DB (or 0x2865DB) is known color: Royal Blue. HEX triplet: 28, 65 and DB. RGB value is (40,101,219). Sum of RGB (Red+Green+Blue) = 40+101+219=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #2865DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2865DB is #D79A24. Grayscale: #5F5F5F. Windows color (decimal): -14129701 or 14378280. OLE color: 14378280.
HSL color Cylindrical-coordinate representation of color #2865DB: hue angle of 219.55º 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 #2865DB is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 101 | 219 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.14 |
| HSL | 219.55º | 0.71% | 0.51% | - |
| HSV(B) | 219.55º | 0.82% | 0.86% | - |
| XYZ | 18.31 | 14.87 | 68.92 | - |
| YUV | 96.21 | 197.29 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 219 | 0.82 | 0.54 | 0 | 0.14 | 219.55 | 0.71 | 0.51 |
| Hex | 28 | 65 | DB | 52 | 36 | 0 | E | DC | 47 | 33 |
| Octal | 50 | 145 | 333 | 122 | 66 | 0 | 16 | 334 | 107 | 63 |
| Binary | 101000 | 1100101 | 11011011 | 1010010 | 110110 | 0 | 1110 | 11011100 | 1000111 | 110011 |
Color Harmonies of #2865DB
Complementary color
Monochromatic Colors of #2865DB
Black with #2865DB
Text Example
Text Example
White with #2865DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2865DB; }
p { color: rgb(40,101,219); }
H1.HeaderClassName
{
color: #2865DB;
}
.AnyTagClassName
{
color: #2865DB;
}
</style>
background-color css
<style>
a { background-color: #2865DB; }
a { background-color: rgb(40,101,219); }
div.DivClassName
{
background-color: #2865DB;
}
.BgClassName
{
background-color: #2865DB;
}
</style>
border-color css
<style>
span { border-color: #2865DB; }
span { border-color: rgb(40,101,219); }
td.TdClassName
{
border-color: #2865DB;
}
.TagClassName
{
border-color: #2865DB;
}
</style>