Shades of Medium Blue #2515DC
Tints of Medium Blue #2515DC
RGB
CMYK
RGB Variations
Color information
#2515DC (or 0x2515DC) is known color: Medium Blue. HEX triplet: 25, 15 and DC. RGB value is (37,21,220). Sum of RGB (Red+Green+Blue) = 37+21+220=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #2515DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515DC is #DAEA23. Grayscale: #2F2F2F. Windows color (decimal): -14346788 or 14423333. OLE color: 14423333.
HSL color Cylindrical-coordinate representation of color #2515DC: hue angle of 244.82º degrees, saturation: 0.83, 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 #2515DC is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 21 | 220 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.14 |
| HSL | 244.82º | 0.83% | 0.47% | - |
| HSV(B) | 244.82º | 0.9% | 0.86% | - |
| XYZ | 13.95 | 6.1 | 68.15 | - |
| YUV | 48.47 | 224.8 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 220 | 0.83 | 0.90 | 0 | 0.14 | 244.82 | 0.83 | 0.47 |
| Hex | 25 | 15 | DC | 53 | 5A | 0 | E | F5 | 53 | 2F |
| Octal | 45 | 25 | 334 | 123 | 132 | 0 | 16 | 365 | 123 | 57 |
| Binary | 100101 | 10101 | 11011100 | 1010011 | 1011010 | 0 | 1110 | 11110101 | 1010011 | 101111 |
Color Harmonies of #2515DC
Complementary color
Monochromatic Colors of #2515DC
Black with #2515DC
Text Example
Text Example
White with #2515DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515DC; }
p { color: rgb(37,21,220); }
H1.HeaderClassName
{
color: #2515DC;
}
.AnyTagClassName
{
color: #2515DC;
}
</style>
background-color css
<style>
a { background-color: #2515DC; }
a { background-color: rgb(37,21,220); }
div.DivClassName
{
background-color: #2515DC;
}
.BgClassName
{
background-color: #2515DC;
}
</style>
border-color css
<style>
span { border-color: #2515DC; }
span { border-color: rgb(37,21,220); }
td.TdClassName
{
border-color: #2515DC;
}
.TagClassName
{
border-color: #2515DC;
}
</style>