Shades of Medium Blue #2615DB
Tints of Medium Blue #2615DB
RGB
CMYK
RGB Variations
Color information
#2615DB (or 0x2615DB) is known color: Medium Blue. HEX triplet: 26, 15 and DB. RGB value is (38,21,219). Sum of RGB (Red+Green+Blue) = 38+21+219=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 21 (8.59% from 255 or 7.55% 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 #2615DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2615DB is #D9EA24. Grayscale: #2F2F2F. Windows color (decimal): -14281253 or 14357798. OLE color: 14357798.
HSL color Cylindrical-coordinate representation of color #2615DB: hue angle of 245.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2615DB is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 21 | 219 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.14 |
| HSL | 245.15º | 0.83% | 0.47% | - |
| HSV(B) | 245.15º | 0.9% | 0.86% | - |
| XYZ | 13.85 | 6.06 | 67.46 | - |
| YUV | 48.66 | 224.13 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 219 | 0.83 | 0.90 | 0 | 0.14 | 245.15 | 0.83 | 0.47 |
| Hex | 26 | 15 | DB | 53 | 5A | 0 | E | F5 | 52 | 2F |
| Octal | 46 | 25 | 333 | 123 | 132 | 0 | 16 | 365 | 122 | 57 |
| Binary | 100110 | 10101 | 11011011 | 1010011 | 1011010 | 0 | 1110 | 11110101 | 1010010 | 101111 |
Color Harmonies of #2615DB
Complementary color
Monochromatic Colors of #2615DB
Black with #2615DB
Text Example
Text Example
White with #2615DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2615DB; }
p { color: rgb(38,21,219); }
H1.HeaderClassName
{
color: #2615DB;
}
.AnyTagClassName
{
color: #2615DB;
}
</style>
background-color css
<style>
a { background-color: #2615DB; }
a { background-color: rgb(38,21,219); }
div.DivClassName
{
background-color: #2615DB;
}
.BgClassName
{
background-color: #2615DB;
}
</style>
border-color css
<style>
span { border-color: #2615DB; }
span { border-color: rgb(38,21,219); }
td.TdClassName
{
border-color: #2615DB;
}
.TagClassName
{
border-color: #2615DB;
}
</style>