Shades of Medium Blue #2515DD
Tints of Medium Blue #2515DD
RGB
CMYK
RGB Variations
Color information
#2515DD (or 0x2515DD) is known color: Medium Blue. HEX triplet: 25, 15 and DD. RGB value is (37,21,221). Sum of RGB (Red+Green+Blue) = 37+21+221=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #2515DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515DD is #DAEA22. Grayscale: #2F2F2F. Windows color (decimal): -14346787 or 14488869. OLE color: 14488869.
HSL color Cylindrical-coordinate representation of color #2515DD: hue angle of 244.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2515DD is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 21 | 221 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.13 |
| HSL | 244.8º | 0.83% | 0.47% | - |
| HSV(B) | 244.8º | 0.9% | 0.87% | - |
| XYZ | 14.08 | 6.15 | 68.85 | - |
| YUV | 48.58 | 225.3 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 221 | 0.83 | 0.90 | 0 | 0.13 | 244.8 | 0.83 | 0.47 |
| Hex | 25 | 15 | DD | 53 | 5A | 0 | D | F5 | 53 | 2F |
| Octal | 45 | 25 | 335 | 123 | 132 | 0 | 15 | 365 | 123 | 57 |
| Binary | 100101 | 10101 | 11011101 | 1010011 | 1011010 | 0 | 1101 | 11110101 | 1010011 | 101111 |
Color Harmonies of #2515DD
Complementary color
Monochromatic Colors of #2515DD
Black with #2515DD
Text Example
Text Example
White with #2515DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515DD; }
p { color: rgb(37,21,221); }
H1.HeaderClassName
{
color: #2515DD;
}
.AnyTagClassName
{
color: #2515DD;
}
</style>
background-color css
<style>
a { background-color: #2515DD; }
a { background-color: rgb(37,21,221); }
div.DivClassName
{
background-color: #2515DD;
}
.BgClassName
{
background-color: #2515DD;
}
</style>
border-color css
<style>
span { border-color: #2515DD; }
span { border-color: rgb(37,21,221); }
td.TdClassName
{
border-color: #2515DD;
}
.TagClassName
{
border-color: #2515DD;
}
</style>