Shades of Medium Blue #2515DA
Tints of Medium Blue #2515DA
RGB
CMYK
RGB Variations
Color information
#2515DA (or 0x2515DA) is known color: Medium Blue. HEX triplet: 25, 15 and DA. RGB value is (37,21,218). Sum of RGB (Red+Green+Blue) = 37+21+218=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #2515DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2515DA is #DAEA25. Grayscale: #2F2F2F. Windows color (decimal): -14346790 or 14292261. OLE color: 14292261.
HSL color Cylindrical-coordinate representation of color #2515DA: hue angle of 244.87º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2515DA is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 21 | 218 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.15 |
| HSL | 244.87º | 0.82% | 0.47% | - |
| HSV(B) | 244.87º | 0.9% | 0.85% | - |
| XYZ | 13.69 | 5.99 | 66.76 | - |
| YUV | 48.24 | 223.8 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 21 | 218 | 0.83 | 0.90 | 0 | 0.15 | 244.87 | 0.82 | 0.47 |
| Hex | 25 | 15 | DA | 53 | 5A | 0 | F | F5 | 52 | 2F |
| Octal | 45 | 25 | 332 | 123 | 132 | 0 | 17 | 365 | 122 | 57 |
| Binary | 100101 | 10101 | 11011010 | 1010011 | 1011010 | 0 | 1111 | 11110101 | 1010010 | 101111 |
Color Harmonies of #2515DA
Complementary color
Monochromatic Colors of #2515DA
Black with #2515DA
Text Example
Text Example
White with #2515DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2515DA; }
p { color: rgb(37,21,218); }
H1.HeaderClassName
{
color: #2515DA;
}
.AnyTagClassName
{
color: #2515DA;
}
</style>
background-color css
<style>
a { background-color: #2515DA; }
a { background-color: rgb(37,21,218); }
div.DivClassName
{
background-color: #2515DA;
}
.BgClassName
{
background-color: #2515DA;
}
</style>
border-color css
<style>
span { border-color: #2515DA; }
span { border-color: rgb(37,21,218); }
td.TdClassName
{
border-color: #2515DA;
}
.TagClassName
{
border-color: #2515DA;
}
</style>