Shades of Medium Blue #2813DB
Tints of Medium Blue #2813DB
RGB
CMYK
RGB Variations
Color information
#2813DB (or 0x2813DB) is known color: Medium Blue. HEX triplet: 28, 13 and DB. RGB value is (40,19,219). Sum of RGB (Red+Green+Blue) = 40+19+219=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 219 (85.94% from 255 or 78.78% from 278); Max value from RGB is 219 - color contains mainly: blue. Hex color #2813DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2813DB is #D7EC24. Grayscale: #2F2F2F. Windows color (decimal): -14150693 or 14357288. OLE color: 14357288.
HSL color Cylindrical-coordinate representation of color #2813DB: hue angle of 246.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2813DB is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 19 | 219 | - |
| CMYK | 0.82 | 0.91 | 0 | 0.14 |
| HSL | 246.3º | 0.84% | 0.47% | - |
| HSV(B) | 246.3º | 0.91% | 0.86% | - |
| XYZ | 13.89 | 6.03 | 67.45 | - |
| YUV | 48.08 | 224.46 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 19 | 219 | 0.82 | 0.91 | 0 | 0.14 | 246.3 | 0.84 | 0.47 |
| Hex | 28 | 13 | DB | 52 | 5B | 0 | E | F6 | 54 | 2F |
| Octal | 50 | 23 | 333 | 122 | 133 | 0 | 16 | 366 | 124 | 57 |
| Binary | 101000 | 10011 | 11011011 | 1010010 | 1011011 | 0 | 1110 | 11110110 | 1010100 | 101111 |
Color Harmonies of #2813DB
Complementary color
Monochromatic Colors of #2813DB
Black with #2813DB
Text Example
Text Example
White with #2813DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2813DB; }
p { color: rgb(40,19,219); }
H1.HeaderClassName
{
color: #2813DB;
}
.AnyTagClassName
{
color: #2813DB;
}
</style>
background-color css
<style>
a { background-color: #2813DB; }
a { background-color: rgb(40,19,219); }
div.DivClassName
{
background-color: #2813DB;
}
.BgClassName
{
background-color: #2813DB;
}
</style>
border-color css
<style>
span { border-color: #2813DB; }
span { border-color: rgb(40,19,219); }
td.TdClassName
{
border-color: #2813DB;
}
.TagClassName
{
border-color: #2813DB;
}
</style>