Shades of Medium Blue #2500BF
Tints of Medium Blue #2500BF
RGB
CMYK
RGB Variations
Color information
#2500BF (or 0x2500BF) is known color: Medium Blue. HEX triplet: 25, 00 and BF. RGB value is (37,0,191). Sum of RGB (Red+Green+Blue) = 37+0+191=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 191 (75% from 255 or 83.77% from 228); Max value from RGB is 191 - color contains mainly: blue. Hex color #2500BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2500BF is #DAFF40. Grayscale: #202020. Windows color (decimal): -14352193 or 12517413. OLE color: 12517413.
HSL color Cylindrical-coordinate representation of color #2500BF: hue angle of 251.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2500BF is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 0 | 191 | - |
| CMYK | 0.81 | 1 | 0 | 0.25 |
| HSL | 251.62º | 1% | 0.37% | - |
| HSV(B) | 251.62º | 1% | 0.75% | - |
| XYZ | 10.17 | 4.15 | 49.56 | - |
| YUV | 32.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 0 | 191 | 0.81 | 1 | 0 | 0.25 | 251.62 | 1 | 0.37 |
| Hex | 25 | 0 | BF | 51 | 64 | 0 | 19 | FC | 64 | 25 |
| Octal | 45 | 0 | 277 | 121 | 144 | 0 | 31 | 374 | 144 | 45 |
| Binary | 100101 | 0 | 10111111 | 1010001 | 1100100 | 0 | 11001 | 11111100 | 1100100 | 100101 |
Color Harmonies of #2500BF
Complementary color
Monochromatic Colors of #2500BF
Black with #2500BF
Text Example
Text Example
White with #2500BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2500BF; }
p { color: rgb(37,0,191); }
H1.HeaderClassName
{
color: #2500BF;
}
.AnyTagClassName
{
color: #2500BF;
}
</style>
background-color css
<style>
a { background-color: #2500BF; }
a { background-color: rgb(37,0,191); }
div.DivClassName
{
background-color: #2500BF;
}
.BgClassName
{
background-color: #2500BF;
}
</style>
border-color css
<style>
span { border-color: #2500BF; }
span { border-color: rgb(37,0,191); }
td.TdClassName
{
border-color: #2500BF;
}
.TagClassName
{
border-color: #2500BF;
}
</style>