Shades of Medium Blue #2502BC
Tints of Medium Blue #2502BC
RGB
CMYK
RGB Variations
Color information
#2502BC (or 0x2502BC) is known color: Medium Blue. HEX triplet: 25, 02 and BC. RGB value is (37,2,188). Sum of RGB (Red+Green+Blue) = 37+2+188=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #2502BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502BC is #DAFD43. Grayscale: #202020. Windows color (decimal): -14351684 or 12321317. OLE color: 12321317.
HSL color Cylindrical-coordinate representation of color #2502BC: hue angle of 251.29º degrees, saturation: 0.98, 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 #2502BC is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 2 | 188 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.26 |
| HSL | 251.29º | 0.98% | 0.37% | - |
| HSV(B) | 251.29º | 0.99% | 0.74% | - |
| XYZ | 9.86 | 4.07 | 47.84 | - |
| YUV | 33.67 | 215.1 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 188 | 0.80 | 0.99 | 0 | 0.26 | 251.29 | 0.98 | 0.37 |
| Hex | 25 | 2 | BC | 50 | 63 | 0 | 1A | FB | 62 | 25 |
| Octal | 45 | 2 | 274 | 120 | 143 | 0 | 32 | 373 | 142 | 45 |
| Binary | 100101 | 10 | 10111100 | 1010000 | 1100011 | 0 | 11010 | 11111011 | 1100010 | 100101 |
Color Harmonies of #2502BC
Complementary color
Monochromatic Colors of #2502BC
Black with #2502BC
Text Example
Text Example
White with #2502BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502BC; }
p { color: rgb(37,2,188); }
H1.HeaderClassName
{
color: #2502BC;
}
.AnyTagClassName
{
color: #2502BC;
}
</style>
background-color css
<style>
a { background-color: #2502BC; }
a { background-color: rgb(37,2,188); }
div.DivClassName
{
background-color: #2502BC;
}
.BgClassName
{
background-color: #2502BC;
}
</style>
border-color css
<style>
span { border-color: #2502BC; }
span { border-color: rgb(37,2,188); }
td.TdClassName
{
border-color: #2502BC;
}
.TagClassName
{
border-color: #2502BC;
}
</style>