Shades of Medium Blue #2501BD
Tints of Medium Blue #2501BD
RGB
CMYK
RGB Variations
Color information
#2501BD (or 0x2501BD) is known color: Medium Blue. HEX triplet: 25, 01 and BD. RGB value is (37,1,189). Sum of RGB (Red+Green+Blue) = 37+1+189=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 189 (74.22% from 255 or 83.26% from 227); Max value from RGB is 189 - color contains mainly: blue. Hex color #2501BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2501BD is #DAFE42. Grayscale: #202020. Windows color (decimal): -14351939 or 12386597. OLE color: 12386597.
HSL color Cylindrical-coordinate representation of color #2501BD: hue angle of 251.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2501BD is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 1 | 189 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.26 |
| HSL | 251.49º | 0.99% | 0.37% | - |
| HSV(B) | 251.49º | 0.99% | 0.74% | - |
| XYZ | 9.96 | 4.09 | 48.41 | - |
| YUV | 33.2 | 215.93 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 189 | 0.80 | 0.99 | 0 | 0.26 | 251.49 | 0.99 | 0.37 |
| Hex | 25 | 1 | BD | 50 | 63 | 0 | 1A | FB | 63 | 25 |
| Octal | 45 | 1 | 275 | 120 | 143 | 0 | 32 | 373 | 143 | 45 |
| Binary | 100101 | 1 | 10111101 | 1010000 | 1100011 | 0 | 11010 | 11111011 | 1100011 | 100101 |
Color Harmonies of #2501BD
Complementary color
Monochromatic Colors of #2501BD
Black with #2501BD
Text Example
Text Example
White with #2501BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2501BD; }
p { color: rgb(37,1,189); }
H1.HeaderClassName
{
color: #2501BD;
}
.AnyTagClassName
{
color: #2501BD;
}
</style>
background-color css
<style>
a { background-color: #2501BD; }
a { background-color: rgb(37,1,189); }
div.DivClassName
{
background-color: #2501BD;
}
.BgClassName
{
background-color: #2501BD;
}
</style>
border-color css
<style>
span { border-color: #2501BD; }
span { border-color: rgb(37,1,189); }
td.TdClassName
{
border-color: #2501BD;
}
.TagClassName
{
border-color: #2501BD;
}
</style>