Shades of Medium Blue #2500CE
Tints of Medium Blue #2500CE
RGB
CMYK
RGB Variations
Color information
#2500CE (or 0x2500CE) is known color: Medium Blue. HEX triplet: 25, 00 and CE. RGB value is (37,0,206). Sum of RGB (Red+Green+Blue) = 37+0+206=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #2500CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2500CE is #DAFF31. Grayscale: #212121. Windows color (decimal): -14352178 or 13500453. OLE color: 13500453.
HSL color Cylindrical-coordinate representation of color #2500CE: hue angle of 250.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500CE is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 0 | 206 | - |
| CMYK | 0.82 | 1 | 0 | 0.19 |
| HSL | 250.78º | 1% | 0.4% | - |
| HSV(B) | 250.78º | 1% | 0.81% | - |
| XYZ | 11.9 | 4.85 | 58.7 | - |
| YUV | 34.55 | 224.76 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 206 | 0.82 | 1 | 0 | 0.19 | 250.78 | 1 | 0.4 |
| Hex | 25 | 0 | CE | 52 | 64 | 0 | 13 | FB | 64 | 28 |
| Octal | 45 | 0 | 316 | 122 | 144 | 0 | 23 | 373 | 144 | 50 |
| Binary | 100101 | 0 | 11001110 | 1010010 | 1100100 | 0 | 10011 | 11111011 | 1100100 | 101000 |
Color Harmonies of #2500CE
Complementary color
Monochromatic Colors of #2500CE
Black with #2500CE
Text Example
Text Example
White with #2500CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2500CE; }
p { color: rgb(37,0,206); }
H1.HeaderClassName
{
color: #2500CE;
}
.AnyTagClassName
{
color: #2500CE;
}
</style>
background-color css
<style>
a { background-color: #2500CE; }
a { background-color: rgb(37,0,206); }
div.DivClassName
{
background-color: #2500CE;
}
.BgClassName
{
background-color: #2500CE;
}
</style>
border-color css
<style>
span { border-color: #2500CE; }
span { border-color: rgb(37,0,206); }
td.TdClassName
{
border-color: #2500CE;
}
.TagClassName
{
border-color: #2500CE;
}
</style>