Shades of Medium Blue #2502B7
Tints of Medium Blue #2502B7
RGB
CMYK
RGB Variations
Color information
#2502B7 (or 0x2502B7) is known color: Medium Blue. HEX triplet: 25, 02 and B7. RGB value is (37,2,183). Sum of RGB (Red+Green+Blue) = 37+2+183=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 183 (71.88% from 255 or 82.43% from 222); Max value from RGB is 183 - color contains mainly: blue. Hex color #2502B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502B7 is #DAFD48. Grayscale: #202020. Windows color (decimal): -14351689 or 11993637. OLE color: 11993637.
HSL color Cylindrical-coordinate representation of color #2502B7: hue angle of 251.6º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2502B7 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 2 | 183 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.28 |
| HSL | 251.6º | 0.98% | 0.36% | - |
| HSV(B) | 251.6º | 0.99% | 0.72% | - |
| XYZ | 9.33 | 3.86 | 45.05 | - |
| YUV | 33.1 | 212.6 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 183 | 0.80 | 0.99 | 0 | 0.28 | 251.6 | 0.98 | 0.36 |
| Hex | 25 | 2 | B7 | 50 | 63 | 0 | 1C | FC | 62 | 24 |
| Octal | 45 | 2 | 267 | 120 | 143 | 0 | 34 | 374 | 142 | 44 |
| Binary | 100101 | 10 | 10110111 | 1010000 | 1100011 | 0 | 11100 | 11111100 | 1100010 | 100100 |
Color Harmonies of #2502B7
Complementary color
Monochromatic Colors of #2502B7
Black with #2502B7
Text Example
Text Example
White with #2502B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502B7; }
p { color: rgb(37,2,183); }
H1.HeaderClassName
{
color: #2502B7;
}
.AnyTagClassName
{
color: #2502B7;
}
</style>
background-color css
<style>
a { background-color: #2502B7; }
a { background-color: rgb(37,2,183); }
div.DivClassName
{
background-color: #2502B7;
}
.BgClassName
{
background-color: #2502B7;
}
</style>
border-color css
<style>
span { border-color: #2502B7; }
span { border-color: rgb(37,2,183); }
td.TdClassName
{
border-color: #2502B7;
}
.TagClassName
{
border-color: #2502B7;
}
</style>