Shades of Medium Blue #2514E5
Tints of Medium Blue #2514E5
RGB
CMYK
RGB Variations
Color information
#2514E5 (or 0x2514E5) is known color: Medium Blue. HEX triplet: 25, 14 and E5. RGB value is (37,20,229). Sum of RGB (Red+Green+Blue) = 37+20+229=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 229 (89.84% from 255 or 80.07% from 286); Max value from RGB is 229 - color contains mainly: blue. Hex color #2514E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2514E5 is #DAEB1A. Grayscale: #303030. Windows color (decimal): -14347035 or 15012901. OLE color: 15012901.
HSL color Cylindrical-coordinate representation of color #2514E5: hue angle of 244.88º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2514E5 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 20 | 229 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.10 |
| HSL | 244.88º | 0.84% | 0.49% | - |
| HSV(B) | 244.88º | 0.91% | 0.9% | - |
| XYZ | 15.16 | 6.55 | 74.59 | - |
| YUV | 48.91 | 229.63 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 20 | 229 | 0.84 | 0.91 | 0 | 0.10 | 244.88 | 0.84 | 0.49 |
| Hex | 25 | 14 | E5 | 54 | 5B | 0 | A | F5 | 54 | 31 |
| Octal | 45 | 24 | 345 | 124 | 133 | 0 | 12 | 365 | 124 | 61 |
| Binary | 100101 | 10100 | 11100101 | 1010100 | 1011011 | 0 | 1010 | 11110101 | 1010100 | 110001 |
Color Harmonies of #2514E5
Complementary color
Monochromatic Colors of #2514E5
Black with #2514E5
Text Example
Text Example
White with #2514E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2514E5; }
p { color: rgb(37,20,229); }
H1.HeaderClassName
{
color: #2514E5;
}
.AnyTagClassName
{
color: #2514E5;
}
</style>
background-color css
<style>
a { background-color: #2514E5; }
a { background-color: rgb(37,20,229); }
div.DivClassName
{
background-color: #2514E5;
}
.BgClassName
{
background-color: #2514E5;
}
</style>
border-color css
<style>
span { border-color: #2514E5; }
span { border-color: rgb(37,20,229); }
td.TdClassName
{
border-color: #2514E5;
}
.TagClassName
{
border-color: #2514E5;
}
</style>