Shades of Medium Blue #2513E5
Tints of Medium Blue #2513E5
RGB
CMYK
RGB Variations
Color information
#2513E5 (or 0x2513E5) is known color: Medium Blue. HEX triplet: 25, 13 and E5. RGB value is (37,19,229). Sum of RGB (Red+Green+Blue) = 37+19+229=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 229 (89.84% from 255 or 80.35% from 285); Max value from RGB is 229 - color contains mainly: blue. Hex color #2513E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2513E5 is #DAEC1A. Grayscale: #2F2F2F. Windows color (decimal): -14347291 or 15012645. OLE color: 15012645.
HSL color Cylindrical-coordinate representation of color #2513E5: hue angle of 245.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2513E5 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 19 | 229 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.10 |
| HSL | 245.14º | 0.85% | 0.49% | - |
| HSV(B) | 245.14º | 0.92% | 0.9% | - |
| XYZ | 15.14 | 6.52 | 74.59 | - |
| YUV | 48.32 | 229.96 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 19 | 229 | 0.84 | 0.92 | 0 | 0.10 | 245.14 | 0.85 | 0.49 |
| Hex | 25 | 13 | E5 | 54 | 5C | 0 | A | F5 | 55 | 31 |
| Octal | 45 | 23 | 345 | 124 | 134 | 0 | 12 | 365 | 125 | 61 |
| Binary | 100101 | 10011 | 11100101 | 1010100 | 1011100 | 0 | 1010 | 11110101 | 1010101 | 110001 |
Color Harmonies of #2513E5
Complementary color
Monochromatic Colors of #2513E5
Black with #2513E5
Text Example
Text Example
White with #2513E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2513E5; }
p { color: rgb(37,19,229); }
H1.HeaderClassName
{
color: #2513E5;
}
.AnyTagClassName
{
color: #2513E5;
}
</style>
background-color css
<style>
a { background-color: #2513E5; }
a { background-color: rgb(37,19,229); }
div.DivClassName
{
background-color: #2513E5;
}
.BgClassName
{
background-color: #2513E5;
}
</style>
border-color css
<style>
span { border-color: #2513E5; }
span { border-color: rgb(37,19,229); }
td.TdClassName
{
border-color: #2513E5;
}
.TagClassName
{
border-color: #2513E5;
}
</style>