Shades of Medium Blue #2507BB
Tints of Medium Blue #2507BB
RGB
CMYK
RGB Variations
Color information
#2507BB (or 0x2507BB) is known color: Medium Blue. HEX triplet: 25, 07 and BB. RGB value is (37,7,187). Sum of RGB (Red+Green+Blue) = 37+7+187=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #2507BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2507BB is #DAF844. Grayscale: #232323. Windows color (decimal): -14350405 or 12257061. OLE color: 12257061.
HSL color Cylindrical-coordinate representation of color #2507BB: hue angle of 250º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2507BB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 7 | 187 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.27 |
| HSL | 250º | 0.93% | 0.38% | - |
| HSV(B) | 250º | 0.96% | 0.73% | - |
| XYZ | 9.81 | 4.13 | 47.29 | - |
| YUV | 36.49 | 212.94 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 7 | 187 | 0.80 | 0.96 | 0 | 0.27 | 250 | 0.93 | 0.38 |
| Hex | 25 | 7 | BB | 50 | 60 | 0 | 1B | FA | 5D | 26 |
| Octal | 45 | 7 | 273 | 120 | 140 | 0 | 33 | 372 | 135 | 46 |
| Binary | 100101 | 111 | 10111011 | 1010000 | 1100000 | 0 | 11011 | 11111010 | 1011101 | 100110 |
Color Harmonies of #2507BB
Complementary color
Monochromatic Colors of #2507BB
Black with #2507BB
Text Example
Text Example
White with #2507BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2507BB; }
p { color: rgb(37,7,187); }
H1.HeaderClassName
{
color: #2507BB;
}
.AnyTagClassName
{
color: #2507BB;
}
</style>
background-color css
<style>
a { background-color: #2507BB; }
a { background-color: rgb(37,7,187); }
div.DivClassName
{
background-color: #2507BB;
}
.BgClassName
{
background-color: #2507BB;
}
</style>
border-color css
<style>
span { border-color: #2507BB; }
span { border-color: rgb(37,7,187); }
td.TdClassName
{
border-color: #2507BB;
}
.TagClassName
{
border-color: #2507BB;
}
</style>