Shades of Medium Blue #2500B9
Tints of Medium Blue #2500B9
RGB
CMYK
RGB Variations
Color information
#2500B9 (or 0x2500B9) is known color: Medium Blue. HEX triplet: 25, 00 and B9. RGB value is (37,0,185). Sum of RGB (Red+Green+Blue) = 37+0+185=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 185 (72.66% from 255 or 83.33% from 222); Max value from RGB is 185 - color contains mainly: blue. Hex color #2500B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2500B9 is #DAFF46. Grayscale: #1F1F1F. Windows color (decimal): -14352199 or 12124197. OLE color: 12124197.
HSL color Cylindrical-coordinate representation of color #2500B9: hue angle of 252º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500B9 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 0 | 185 | - |
| CMYK | 0.80 | 1 | 0 | 0.27 |
| HSL | 252º | 1% | 0.36% | - |
| HSV(B) | 252º | 1% | 0.73% | - |
| XYZ | 9.52 | 3.9 | 46.15 | - |
| YUV | 32.15 | 214.26 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 185 | 0.80 | 1 | 0 | 0.27 | 252 | 1 | 0.36 |
| Hex | 25 | 0 | B9 | 50 | 64 | 0 | 1B | FC | 64 | 24 |
| Octal | 45 | 0 | 271 | 120 | 144 | 0 | 33 | 374 | 144 | 44 |
| Binary | 100101 | 0 | 10111001 | 1010000 | 1100100 | 0 | 11011 | 11111100 | 1100100 | 100100 |
Color Harmonies of #2500B9
Complementary color
Monochromatic Colors of #2500B9
Black with #2500B9
Text Example
Text Example
White with #2500B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2500B9; }
p { color: rgb(37,0,185); }
H1.HeaderClassName
{
color: #2500B9;
}
.AnyTagClassName
{
color: #2500B9;
}
</style>
background-color css
<style>
a { background-color: #2500B9; }
a { background-color: rgb(37,0,185); }
div.DivClassName
{
background-color: #2500B9;
}
.BgClassName
{
background-color: #2500B9;
}
</style>
border-color css
<style>
span { border-color: #2500B9; }
span { border-color: rgb(37,0,185); }
td.TdClassName
{
border-color: #2500B9;
}
.TagClassName
{
border-color: #2500B9;
}
</style>