Shades of Medium Blue #2515DB
Tints of Medium Blue #2515DB
RGB
CMYK
RGB Variations
Color information
#2515DB (or 0x2515DB) is known color: Medium Blue. HEX triplet: 25, 15 and DB. RGB value is (37,21,219). Sum of RGB (Red+Green+Blue) = 37+21+219=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 21 (8.59% from 255 or 7.58% 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 #2515DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515DB is #DAEA24. Grayscale: #2F2F2F. Windows color (decimal): -14346789 or 14357797. OLE color: 14357797.
HSL color Cylindrical-coordinate representation of color #2515DB: hue angle of 244.85º 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 #2515DB is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 21 | 219 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.14 |
| HSL | 244.85º | 0.83% | 0.47% | - |
| HSV(B) | 244.85º | 0.9% | 0.86% | - |
| XYZ | 13.82 | 6.04 | 67.46 | - |
| YUV | 48.36 | 224.3 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 219 | 0.83 | 0.90 | 0 | 0.14 | 244.85 | 0.83 | 0.47 |
| Hex | 25 | 15 | DB | 53 | 5A | 0 | E | F5 | 52 | 2F |
| Octal | 45 | 25 | 333 | 123 | 132 | 0 | 16 | 365 | 122 | 57 |
| Binary | 100101 | 10101 | 11011011 | 1010011 | 1011010 | 0 | 1110 | 11110101 | 1010010 | 101111 |
Color Harmonies of #2515DB
Complementary color
Monochromatic Colors of #2515DB
Black with #2515DB
Text Example
Text Example
White with #2515DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515DB; }
p { color: rgb(37,21,219); }
H1.HeaderClassName
{
color: #2515DB;
}
.AnyTagClassName
{
color: #2515DB;
}
</style>
background-color css
<style>
a { background-color: #2515DB; }
a { background-color: rgb(37,21,219); }
div.DivClassName
{
background-color: #2515DB;
}
.BgClassName
{
background-color: #2515DB;
}
</style>
border-color css
<style>
span { border-color: #2515DB; }
span { border-color: rgb(37,21,219); }
td.TdClassName
{
border-color: #2515DB;
}
.TagClassName
{
border-color: #2515DB;
}
</style>