Shades of Medium Blue #2809DB
Tints of Medium Blue #2809DB
RGB
CMYK
RGB Variations
Color information
#2809DB (or 0x2809DB) is known color: Medium Blue. HEX triplet: 28, 09 and DB. RGB value is (40,9,219). Sum of RGB (Red+Green+Blue) = 40+9+219=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #2809DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2809DB is #D7F624. Grayscale: #292929. Windows color (decimal): -14153253 or 14354728. OLE color: 14354728.
HSL color Cylindrical-coordinate representation of color #2809DB: hue angle of 248.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2809DB is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 9 | 219 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.14 |
| HSL | 248.86º | 0.92% | 0.45% | - |
| HSV(B) | 248.86º | 0.96% | 0.86% | - |
| XYZ | 13.76 | 5.76 | 67.4 | - |
| YUV | 42.21 | 227.77 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 219 | 0.82 | 0.96 | 0 | 0.14 | 248.86 | 0.92 | 0.45 |
| Hex | 28 | 9 | DB | 52 | 60 | 0 | E | F9 | 5C | 2D |
| Octal | 50 | 11 | 333 | 122 | 140 | 0 | 16 | 371 | 134 | 55 |
| Binary | 101000 | 1001 | 11011011 | 1010010 | 1100000 | 0 | 1110 | 11111001 | 1011100 | 101101 |
Color Harmonies of #2809DB
Complementary color
Monochromatic Colors of #2809DB
Black with #2809DB
Text Example
Text Example
White with #2809DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2809DB; }
p { color: rgb(40,9,219); }
H1.HeaderClassName
{
color: #2809DB;
}
.AnyTagClassName
{
color: #2809DB;
}
</style>
background-color css
<style>
a { background-color: #2809DB; }
a { background-color: rgb(40,9,219); }
div.DivClassName
{
background-color: #2809DB;
}
.BgClassName
{
background-color: #2809DB;
}
</style>
border-color css
<style>
span { border-color: #2809DB; }
span { border-color: rgb(40,9,219); }
td.TdClassName
{
border-color: #2809DB;
}
.TagClassName
{
border-color: #2809DB;
}
</style>