Shades of Medium Blue #2812DB
Tints of Medium Blue #2812DB
RGB
CMYK
RGB Variations
Color information
#2812DB (or 0x2812DB) is known color: Medium Blue. HEX triplet: 28, 12 and DB. RGB value is (40,18,219). Sum of RGB (Red+Green+Blue) = 40+18+219=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #2812DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812DB is #D7ED24. Grayscale: #2E2E2E. Windows color (decimal): -14150949 or 14357032. OLE color: 14357032.
HSL color Cylindrical-coordinate representation of color #2812DB: hue angle of 246.57º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2812DB is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 18 | 219 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.14 |
| HSL | 246.57º | 0.85% | 0.46% | - |
| HSV(B) | 246.57º | 0.92% | 0.86% | - |
| XYZ | 13.88 | 6 | 67.44 | - |
| YUV | 47.49 | 224.79 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 18 | 219 | 0.82 | 0.92 | 0 | 0.14 | 246.57 | 0.85 | 0.46 |
| Hex | 28 | 12 | DB | 52 | 5C | 0 | E | F7 | 55 | 2E |
| Octal | 50 | 22 | 333 | 122 | 134 | 0 | 16 | 367 | 125 | 56 |
| Binary | 101000 | 10010 | 11011011 | 1010010 | 1011100 | 0 | 1110 | 11110111 | 1010101 | 101110 |
Color Harmonies of #2812DB
Complementary color
Monochromatic Colors of #2812DB
Black with #2812DB
Text Example
Text Example
White with #2812DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2812DB; }
p { color: rgb(40,18,219); }
H1.HeaderClassName
{
color: #2812DB;
}
.AnyTagClassName
{
color: #2812DB;
}
</style>
background-color css
<style>
a { background-color: #2812DB; }
a { background-color: rgb(40,18,219); }
div.DivClassName
{
background-color: #2812DB;
}
.BgClassName
{
background-color: #2812DB;
}
</style>
border-color css
<style>
span { border-color: #2812DB; }
span { border-color: rgb(40,18,219); }
td.TdClassName
{
border-color: #2812DB;
}
.TagClassName
{
border-color: #2812DB;
}
</style>