Shades of Medium Blue #2500CA
Tints of Medium Blue #2500CA
RGB
CMYK
RGB Variations
Color information
#2500CA (or 0x2500CA) is known color: Medium Blue. HEX triplet: 25, 00 and CA. RGB value is (37,0,202). Sum of RGB (Red+Green+Blue) = 37+0+202=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 202 (79.30% from 255 or 84.52% from 239); Max value from RGB is 202 - color contains mainly: blue. Hex color #2500CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2500CA is #DAFF35. Grayscale: #212121. Windows color (decimal): -14352182 or 13238309. OLE color: 13238309.
HSL color Cylindrical-coordinate representation of color #2500CA: hue angle of 250.99º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500CA is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 0 | 202 | - |
| CMYK | 0.82 | 1 | 0 | 0.21 |
| HSL | 250.99º | 1% | 0.4% | - |
| HSV(B) | 250.99º | 1% | 0.79% | - |
| XYZ | 11.42 | 4.66 | 56.17 | - |
| YUV | 34.09 | 222.76 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 202 | 0.82 | 1 | 0 | 0.21 | 250.99 | 1 | 0.4 |
| Hex | 25 | 0 | CA | 52 | 64 | 0 | 15 | FB | 64 | 28 |
| Octal | 45 | 0 | 312 | 122 | 144 | 0 | 25 | 373 | 144 | 50 |
| Binary | 100101 | 0 | 11001010 | 1010010 | 1100100 | 0 | 10101 | 11111011 | 1100100 | 101000 |
Color Harmonies of #2500CA
Complementary color
Monochromatic Colors of #2500CA
Black with #2500CA
Text Example
Text Example
White with #2500CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2500CA; }
p { color: rgb(37,0,202); }
H1.HeaderClassName
{
color: #2500CA;
}
.AnyTagClassName
{
color: #2500CA;
}
</style>
background-color css
<style>
a { background-color: #2500CA; }
a { background-color: rgb(37,0,202); }
div.DivClassName
{
background-color: #2500CA;
}
.BgClassName
{
background-color: #2500CA;
}
</style>
border-color css
<style>
span { border-color: #2500CA; }
span { border-color: rgb(37,0,202); }
td.TdClassName
{
border-color: #2500CA;
}
.TagClassName
{
border-color: #2500CA;
}
</style>