Shades of Medium Blue #2510C5
Tints of Medium Blue #2510C5
RGB
CMYK
RGB Variations
Color information
#2510C5 (or 0x2510C5) is known color: Medium Blue. HEX triplet: 25, 10 and C5. RGB value is (37,16,197). Sum of RGB (Red+Green+Blue) = 37+16+197=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 197 (77.34% from 255 or 78.8% from 250); Max value from RGB is 197 - color contains mainly: blue. Hex color #2510C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2510C5 is #DAEF3A. Grayscale: #2A2A2A. Windows color (decimal): -14348091 or 12914725. OLE color: 12914725.
HSL color Cylindrical-coordinate representation of color #2510C5: hue angle of 246.96º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2510C5 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 16 | 197 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.23 |
| HSL | 246.96º | 0.85% | 0.42% | - |
| HSV(B) | 246.96º | 0.92% | 0.77% | - |
| XYZ | 11.03 | 4.8 | 53.17 | - |
| YUV | 42.91 | 214.96 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 197 | 0.81 | 0.92 | 0 | 0.23 | 246.96 | 0.85 | 0.42 |
| Hex | 25 | 10 | C5 | 51 | 5C | 0 | 17 | F7 | 55 | 2A |
| Octal | 45 | 20 | 305 | 121 | 134 | 0 | 27 | 367 | 125 | 52 |
| Binary | 100101 | 10000 | 11000101 | 1010001 | 1011100 | 0 | 10111 | 11110111 | 1010101 | 101010 |
Color Harmonies of #2510C5
Complementary color
Monochromatic Colors of #2510C5
Black with #2510C5
Text Example
Text Example
White with #2510C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510C5; }
p { color: rgb(37,16,197); }
H1.HeaderClassName
{
color: #2510C5;
}
.AnyTagClassName
{
color: #2510C5;
}
</style>
background-color css
<style>
a { background-color: #2510C5; }
a { background-color: rgb(37,16,197); }
div.DivClassName
{
background-color: #2510C5;
}
.BgClassName
{
background-color: #2510C5;
}
</style>
border-color css
<style>
span { border-color: #2510C5; }
span { border-color: rgb(37,16,197); }
td.TdClassName
{
border-color: #2510C5;
}
.TagClassName
{
border-color: #2510C5;
}
</style>