Shades of Medium Blue #2502B9
Tints of Medium Blue #2502B9
RGB
CMYK
RGB Variations
Color information
#2502B9 (or 0x2502B9) is known color: Medium Blue. HEX triplet: 25, 02 and B9. RGB value is (37,2,185). Sum of RGB (Red+Green+Blue) = 37+2+185=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 185 (72.66% from 255 or 82.59% from 224); Max value from RGB is 185 - color contains mainly: blue. Hex color #2502B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502B9 is #DAFD46. Grayscale: #202020. Windows color (decimal): -14351687 or 12124709. OLE color: 12124709.
HSL color Cylindrical-coordinate representation of color #2502B9: hue angle of 251.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502B9 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 2 | 185 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.27 |
| HSL | 251.48º | 0.98% | 0.37% | - |
| HSV(B) | 251.48º | 0.99% | 0.73% | - |
| XYZ | 9.54 | 3.94 | 46.16 | - |
| YUV | 33.33 | 213.6 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 185 | 0.80 | 0.99 | 0 | 0.27 | 251.48 | 0.98 | 0.37 |
| Hex | 25 | 2 | B9 | 50 | 63 | 0 | 1B | FB | 62 | 25 |
| Octal | 45 | 2 | 271 | 120 | 143 | 0 | 33 | 373 | 142 | 45 |
| Binary | 100101 | 10 | 10111001 | 1010000 | 1100011 | 0 | 11011 | 11111011 | 1100010 | 100101 |
Color Harmonies of #2502B9
Complementary color
Monochromatic Colors of #2502B9
Black with #2502B9
Text Example
Text Example
White with #2502B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502B9; }
p { color: rgb(37,2,185); }
H1.HeaderClassName
{
color: #2502B9;
}
.AnyTagClassName
{
color: #2502B9;
}
</style>
background-color css
<style>
a { background-color: #2502B9; }
a { background-color: rgb(37,2,185); }
div.DivClassName
{
background-color: #2502B9;
}
.BgClassName
{
background-color: #2502B9;
}
</style>
border-color css
<style>
span { border-color: #2502B9; }
span { border-color: rgb(37,2,185); }
td.TdClassName
{
border-color: #2502B9;
}
.TagClassName
{
border-color: #2502B9;
}
</style>