Shades of Medium Blue #2502BA
Tints of Medium Blue #2502BA
RGB
CMYK
RGB Variations
Color information
#2502BA (or 0x2502BA) is known color: Medium Blue. HEX triplet: 25, 02 and BA. RGB value is (37,2,186). Sum of RGB (Red+Green+Blue) = 37+2+186=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #2502BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502BA is #DAFD45. Grayscale: #202020. Windows color (decimal): -14351686 or 12190245. OLE color: 12190245.
HSL color Cylindrical-coordinate representation of color #2502BA: hue angle of 251.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502BA is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 2 | 186 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.27 |
| HSL | 251.41º | 0.98% | 0.37% | - |
| HSV(B) | 251.41º | 0.99% | 0.73% | - |
| XYZ | 9.65 | 3.98 | 46.71 | - |
| YUV | 33.44 | 214.1 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 186 | 0.80 | 0.99 | 0 | 0.27 | 251.41 | 0.98 | 0.37 |
| Hex | 25 | 2 | BA | 50 | 63 | 0 | 1B | FB | 62 | 25 |
| Octal | 45 | 2 | 272 | 120 | 143 | 0 | 33 | 373 | 142 | 45 |
| Binary | 100101 | 10 | 10111010 | 1010000 | 1100011 | 0 | 11011 | 11111011 | 1100010 | 100101 |
Color Harmonies of #2502BA
Complementary color
Monochromatic Colors of #2502BA
Black with #2502BA
Text Example
Text Example
White with #2502BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502BA; }
p { color: rgb(37,2,186); }
H1.HeaderClassName
{
color: #2502BA;
}
.AnyTagClassName
{
color: #2502BA;
}
</style>
background-color css
<style>
a { background-color: #2502BA; }
a { background-color: rgb(37,2,186); }
div.DivClassName
{
background-color: #2502BA;
}
.BgClassName
{
background-color: #2502BA;
}
</style>
border-color css
<style>
span { border-color: #2502BA; }
span { border-color: rgb(37,2,186); }
td.TdClassName
{
border-color: #2502BA;
}
.TagClassName
{
border-color: #2502BA;
}
</style>