Shades of Medium Blue #2515D4
Tints of Medium Blue #2515D4
RGB
CMYK
RGB Variations
Color information
#2515D4 (or 0x2515D4) is known color: Medium Blue. HEX triplet: 25, 15 and D4. RGB value is (37,21,212). Sum of RGB (Red+Green+Blue) = 37+21+212=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 212 (83.20% from 255 or 78.52% from 270); Max value from RGB is 212 - color contains mainly: blue. Hex color #2515D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515D4 is #DAEA2B. Grayscale: #2E2E2E. Windows color (decimal): -14346796 or 13899045. OLE color: 13899045.
HSL color Cylindrical-coordinate representation of color #2515D4: hue angle of 245.03º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2515D4 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 21 | 212 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.17 |
| HSL | 245.03º | 0.82% | 0.46% | - |
| HSV(B) | 245.03º | 0.9% | 0.83% | - |
| XYZ | 12.91 | 5.68 | 62.7 | - |
| YUV | 47.56 | 220.8 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 212 | 0.83 | 0.90 | 0 | 0.17 | 245.03 | 0.82 | 0.46 |
| Hex | 25 | 15 | D4 | 53 | 5A | 0 | 11 | F5 | 52 | 2E |
| Octal | 45 | 25 | 324 | 123 | 132 | 0 | 21 | 365 | 122 | 56 |
| Binary | 100101 | 10101 | 11010100 | 1010011 | 1011010 | 0 | 10001 | 11110101 | 1010010 | 101110 |
Color Harmonies of #2515D4
Complementary color
Monochromatic Colors of #2515D4
Black with #2515D4
Text Example
Text Example
White with #2515D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515D4; }
p { color: rgb(37,21,212); }
H1.HeaderClassName
{
color: #2515D4;
}
.AnyTagClassName
{
color: #2515D4;
}
</style>
background-color css
<style>
a { background-color: #2515D4; }
a { background-color: rgb(37,21,212); }
div.DivClassName
{
background-color: #2515D4;
}
.BgClassName
{
background-color: #2515D4;
}
</style>
border-color css
<style>
span { border-color: #2515D4; }
span { border-color: rgb(37,21,212); }
td.TdClassName
{
border-color: #2515D4;
}
.TagClassName
{
border-color: #2515D4;
}
</style>