Shades of Medium Blue #2502BD
Tints of Medium Blue #2502BD
RGB
CMYK
RGB Variations
Color information
#2502BD (or 0x2502BD) is known color: Medium Blue. HEX triplet: 25, 02 and BD. RGB value is (37,2,189). Sum of RGB (Red+Green+Blue) = 37+2+189=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #2502BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2502BD is #DAFD42. Grayscale: #212121. Windows color (decimal): -14351683 or 12386853. OLE color: 12386853.
HSL color Cylindrical-coordinate representation of color #2502BD: hue angle of 251.23º 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 #2502BD is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 2 | 189 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.26 |
| HSL | 251.23º | 0.98% | 0.37% | - |
| HSV(B) | 251.23º | 0.99% | 0.74% | - |
| XYZ | 9.97 | 4.11 | 48.41 | - |
| YUV | 33.78 | 215.6 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 2 | 189 | 0.80 | 0.99 | 0 | 0.26 | 251.23 | 0.98 | 0.37 |
| Hex | 25 | 2 | BD | 50 | 63 | 0 | 1A | FB | 62 | 25 |
| Octal | 45 | 2 | 275 | 120 | 143 | 0 | 32 | 373 | 142 | 45 |
| Binary | 100101 | 10 | 10111101 | 1010000 | 1100011 | 0 | 11010 | 11111011 | 1100010 | 100101 |
Color Harmonies of #2502BD
Complementary color
Monochromatic Colors of #2502BD
Black with #2502BD
Text Example
Text Example
White with #2502BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2502BD; }
p { color: rgb(37,2,189); }
H1.HeaderClassName
{
color: #2502BD;
}
.AnyTagClassName
{
color: #2502BD;
}
</style>
background-color css
<style>
a { background-color: #2502BD; }
a { background-color: rgb(37,2,189); }
div.DivClassName
{
background-color: #2502BD;
}
.BgClassName
{
background-color: #2502BD;
}
</style>
border-color css
<style>
span { border-color: #2502BD; }
span { border-color: rgb(37,2,189); }
td.TdClassName
{
border-color: #2502BD;
}
.TagClassName
{
border-color: #2502BD;
}
</style>