Shades of Medium Blue #2805DB
Tints of Medium Blue #2805DB
RGB
CMYK
RGB Variations
Color information
#2805DB (or 0x2805DB) is known color: Medium Blue. HEX triplet: 28, 05 and DB. RGB value is (40,5,219). Sum of RGB (Red+Green+Blue) = 40+5+219=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #2805DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2805DB is #D7FA24. Grayscale: #272727. Windows color (decimal): -14154277 or 14353704. OLE color: 14353704.
HSL color Cylindrical-coordinate representation of color #2805DB: hue angle of 249.81º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2805DB is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 5 | 219 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.14 |
| HSL | 249.81º | 0.96% | 0.44% | - |
| HSV(B) | 249.81º | 0.98% | 0.86% | - |
| XYZ | 13.72 | 5.67 | 67.39 | - |
| YUV | 39.86 | 229.1 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 219 | 0.82 | 0.98 | 0 | 0.14 | 249.81 | 0.96 | 0.44 |
| Hex | 28 | 5 | DB | 52 | 62 | 0 | E | FA | 60 | 2C |
| Octal | 50 | 5 | 333 | 122 | 142 | 0 | 16 | 372 | 140 | 54 |
| Binary | 101000 | 101 | 11011011 | 1010010 | 1100010 | 0 | 1110 | 11111010 | 1100000 | 101100 |
Color Harmonies of #2805DB
Complementary color
Monochromatic Colors of #2805DB
Black with #2805DB
Text Example
Text Example
White with #2805DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2805DB; }
p { color: rgb(40,5,219); }
H1.HeaderClassName
{
color: #2805DB;
}
.AnyTagClassName
{
color: #2805DB;
}
</style>
background-color css
<style>
a { background-color: #2805DB; }
a { background-color: rgb(40,5,219); }
div.DivClassName
{
background-color: #2805DB;
}
.BgClassName
{
background-color: #2805DB;
}
</style>
border-color css
<style>
span { border-color: #2805DB; }
span { border-color: rgb(40,5,219); }
td.TdClassName
{
border-color: #2805DB;
}
.TagClassName
{
border-color: #2805DB;
}
</style>