Shades of Medium Blue #2510E5
Tints of Medium Blue #2510E5
RGB
CMYK
RGB Variations
Color information
#2510E5 (or 0x2510E5) is known color: Medium Blue. HEX triplet: 25, 10 and E5. RGB value is (37,16,229). Sum of RGB (Red+Green+Blue) = 37+16+229=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 229 (89.84% from 255 or 81.21% from 282); Max value from RGB is 229 - color contains mainly: blue. Hex color #2510E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2510E5 is #DAEF1A. Grayscale: #2D2D2D. Windows color (decimal): -14348059 or 15011877. OLE color: 15011877.
HSL color Cylindrical-coordinate representation of color #2510E5: hue angle of 245.92º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2510E5 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 16 | 229 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.10 |
| HSL | 245.92º | 0.87% | 0.48% | - |
| HSV(B) | 245.92º | 0.93% | 0.9% | - |
| XYZ | 15.09 | 6.42 | 74.57 | - |
| YUV | 46.56 | 230.96 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 229 | 0.84 | 0.93 | 0 | 0.10 | 245.92 | 0.87 | 0.48 |
| Hex | 25 | 10 | E5 | 54 | 5D | 0 | A | F6 | 57 | 30 |
| Octal | 45 | 20 | 345 | 124 | 135 | 0 | 12 | 366 | 127 | 60 |
| Binary | 100101 | 10000 | 11100101 | 1010100 | 1011101 | 0 | 1010 | 11110110 | 1010111 | 110000 |
Color Harmonies of #2510E5
Complementary color
Monochromatic Colors of #2510E5
Black with #2510E5
Text Example
Text Example
White with #2510E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510E5; }
p { color: rgb(37,16,229); }
H1.HeaderClassName
{
color: #2510E5;
}
.AnyTagClassName
{
color: #2510E5;
}
</style>
background-color css
<style>
a { background-color: #2510E5; }
a { background-color: rgb(37,16,229); }
div.DivClassName
{
background-color: #2510E5;
}
.BgClassName
{
background-color: #2510E5;
}
</style>
border-color css
<style>
span { border-color: #2510E5; }
span { border-color: rgb(37,16,229); }
td.TdClassName
{
border-color: #2510E5;
}
.TagClassName
{
border-color: #2510E5;
}
</style>