Shades of Medium Blue #2503BC
Tints of Medium Blue #2503BC
RGB
CMYK
RGB Variations
Color information
#2503BC (or 0x2503BC) is known color: Medium Blue. HEX triplet: 25, 03 and BC. RGB value is (37,3,188). Sum of RGB (Red+Green+Blue) = 37+3+188=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #2503BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2503BC is #DAFC43. Grayscale: #212121. Windows color (decimal): -14351428 or 12321573. OLE color: 12321573.
HSL color Cylindrical-coordinate representation of color #2503BC: hue angle of 251.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2503BC is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 3 | 188 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.26 |
| HSL | 251.03º | 0.97% | 0.37% | - |
| HSV(B) | 251.03º | 0.98% | 0.74% | - |
| XYZ | 9.87 | 4.09 | 47.85 | - |
| YUV | 34.26 | 214.76 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 188 | 0.80 | 0.98 | 0 | 0.26 | 251.03 | 0.97 | 0.37 |
| Hex | 25 | 3 | BC | 50 | 62 | 0 | 1A | FB | 61 | 25 |
| Octal | 45 | 3 | 274 | 120 | 142 | 0 | 32 | 373 | 141 | 45 |
| Binary | 100101 | 11 | 10111100 | 1010000 | 1100010 | 0 | 11010 | 11111011 | 1100001 | 100101 |
Color Harmonies of #2503BC
Complementary color
Monochromatic Colors of #2503BC
Black with #2503BC
Text Example
Text Example
White with #2503BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2503BC; }
p { color: rgb(37,3,188); }
H1.HeaderClassName
{
color: #2503BC;
}
.AnyTagClassName
{
color: #2503BC;
}
</style>
background-color css
<style>
a { background-color: #2503BC; }
a { background-color: rgb(37,3,188); }
div.DivClassName
{
background-color: #2503BC;
}
.BgClassName
{
background-color: #2503BC;
}
</style>
border-color css
<style>
span { border-color: #2503BC; }
span { border-color: rgb(37,3,188); }
td.TdClassName
{
border-color: #2503BC;
}
.TagClassName
{
border-color: #2503BC;
}
</style>