Shades of Medium Blue #2510CE
Tints of Medium Blue #2510CE
RGB
CMYK
RGB Variations
Color information
#2510CE (or 0x2510CE) is known color: Medium Blue. HEX triplet: 25, 10 and CE. RGB value is (37,16,206). Sum of RGB (Red+Green+Blue) = 37+16+206=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #2510CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2510CE is #DAEF31. Grayscale: #2B2B2B. Windows color (decimal): -14348082 or 13504549. OLE color: 13504549.
HSL color Cylindrical-coordinate representation of color #2510CE: hue angle of 246.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2510CE is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 16 | 206 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.19 |
| HSL | 246.63º | 0.86% | 0.44% | - |
| HSV(B) | 246.63º | 0.92% | 0.81% | - |
| XYZ | 12.09 | 5.22 | 58.76 | - |
| YUV | 43.94 | 219.46 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 16 | 206 | 0.82 | 0.92 | 0 | 0.19 | 246.63 | 0.86 | 0.44 |
| Hex | 25 | 10 | CE | 52 | 5C | 0 | 13 | F7 | 56 | 2C |
| Octal | 45 | 20 | 316 | 122 | 134 | 0 | 23 | 367 | 126 | 54 |
| Binary | 100101 | 10000 | 11001110 | 1010010 | 1011100 | 0 | 10011 | 11110111 | 1010110 | 101100 |
Color Harmonies of #2510CE
Complementary color
Monochromatic Colors of #2510CE
Black with #2510CE
Text Example
Text Example
White with #2510CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2510CE; }
p { color: rgb(37,16,206); }
H1.HeaderClassName
{
color: #2510CE;
}
.AnyTagClassName
{
color: #2510CE;
}
</style>
background-color css
<style>
a { background-color: #2510CE; }
a { background-color: rgb(37,16,206); }
div.DivClassName
{
background-color: #2510CE;
}
.BgClassName
{
background-color: #2510CE;
}
</style>
border-color css
<style>
span { border-color: #2510CE; }
span { border-color: rgb(37,16,206); }
td.TdClassName
{
border-color: #2510CE;
}
.TagClassName
{
border-color: #2510CE;
}
</style>