Shades of Medium Blue #2514D5
Tints of Medium Blue #2514D5
RGB
CMYK
RGB Variations
Color information
#2514D5 (or 0x2514D5) is known color: Medium Blue. HEX triplet: 25, 14 and D5. RGB value is (37,20,213). Sum of RGB (Red+Green+Blue) = 37+20+213=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 213 (83.59% from 255 or 78.89% from 270); Max value from RGB is 213 - color contains mainly: blue. Hex color #2514D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2514D5 is #DAEB2A. Grayscale: #2E2E2E. Windows color (decimal): -14347051 or 13964325. OLE color: 13964325.
HSL color Cylindrical-coordinate representation of color #2514D5: hue angle of 245.28º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2514D5 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 20 | 213 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.16 |
| HSL | 245.29º | 0.83% | 0.46% | - |
| HSV(B) | 245.29º | 0.91% | 0.84% | - |
| XYZ | 13.02 | 5.7 | 63.36 | - |
| YUV | 47.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 213 | 0.83 | 0.91 | 0 | 0.16 | 245.29 | 0.83 | 0.46 |
| Hex | 25 | 14 | D5 | 53 | 5B | 0 | 10 | F5 | 53 | 2E |
| Octal | 45 | 24 | 325 | 123 | 133 | 0 | 20 | 365 | 123 | 56 |
| Binary | 100101 | 10100 | 11010101 | 1010011 | 1011011 | 0 | 10000 | 11110101 | 1010011 | 101110 |
Color Harmonies of #2514D5
Complementary color
Monochromatic Colors of #2514D5
Black with #2514D5
Text Example
Text Example
White with #2514D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2514D5; }
p { color: rgb(37,20,213); }
H1.HeaderClassName
{
color: #2514D5;
}
.AnyTagClassName
{
color: #2514D5;
}
</style>
background-color css
<style>
a { background-color: #2514D5; }
a { background-color: rgb(37,20,213); }
div.DivClassName
{
background-color: #2514D5;
}
.BgClassName
{
background-color: #2514D5;
}
</style>
border-color css
<style>
span { border-color: #2514D5; }
span { border-color: rgb(37,20,213); }
td.TdClassName
{
border-color: #2514D5;
}
.TagClassName
{
border-color: #2514D5;
}
</style>