Shades of Medium Blue #2504BB
Tints of Medium Blue #2504BB
RGB
CMYK
RGB Variations
Color information
#2504BB (or 0x2504BB) is known color: Medium Blue. HEX triplet: 25, 04 and BB. RGB value is (37,4,187). Sum of RGB (Red+Green+Blue) = 37+4+187=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 187 (73.44% from 255 or 82.02% from 228); Max value from RGB is 187 - color contains mainly: blue. Hex color #2504BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2504BB is #DAFB44. Grayscale: #222222. Windows color (decimal): -14351173 or 12256293. OLE color: 12256293.
HSL color Cylindrical-coordinate representation of color #2504BB: hue angle of 250.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2504BB is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 4 | 187 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.27 |
| HSL | 250.82º | 0.96% | 0.37% | - |
| HSV(B) | 250.82º | 0.98% | 0.73% | - |
| XYZ | 9.78 | 4.07 | 47.28 | - |
| YUV | 34.73 | 213.93 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 4 | 187 | 0.80 | 0.98 | 0 | 0.27 | 250.82 | 0.96 | 0.37 |
| Hex | 25 | 4 | BB | 50 | 62 | 0 | 1B | FB | 60 | 25 |
| Octal | 45 | 4 | 273 | 120 | 142 | 0 | 33 | 373 | 140 | 45 |
| Binary | 100101 | 100 | 10111011 | 1010000 | 1100010 | 0 | 11011 | 11111011 | 1100000 | 100101 |
Color Harmonies of #2504BB
Complementary color
Monochromatic Colors of #2504BB
Black with #2504BB
Text Example
Text Example
White with #2504BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2504BB; }
p { color: rgb(37,4,187); }
H1.HeaderClassName
{
color: #2504BB;
}
.AnyTagClassName
{
color: #2504BB;
}
</style>
background-color css
<style>
a { background-color: #2504BB; }
a { background-color: rgb(37,4,187); }
div.DivClassName
{
background-color: #2504BB;
}
.BgClassName
{
background-color: #2504BB;
}
</style>
border-color css
<style>
span { border-color: #2504BB; }
span { border-color: rgb(37,4,187); }
td.TdClassName
{
border-color: #2504BB;
}
.TagClassName
{
border-color: #2504BB;
}
</style>