Shades of Medium Blue #2503D2
Tints of Medium Blue #2503D2
RGB
CMYK
RGB Variations
Color information
#2503D2 (or 0x2503D2) is known color: Medium Blue. HEX triplet: 25, 03 and D2. RGB value is (37,3,210). Sum of RGB (Red+Green+Blue) = 37+3+210=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 210 (82.42% from 255 or 84% from 250); Max value from RGB is 210 - color contains mainly: blue. Hex color #2503D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2503D2 is #DAFC2D. Grayscale: #232323. Windows color (decimal): -14351406 or 13763365. OLE color: 13763365.
HSL color Cylindrical-coordinate representation of color #2503D2: hue angle of 249.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2503D2 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 3 | 210 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.18 |
| HSL | 249.86º | 0.97% | 0.42% | - |
| HSV(B) | 249.86º | 0.99% | 0.82% | - |
| XYZ | 12.43 | 5.11 | 61.3 | - |
| YUV | 36.76 | 225.76 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 210 | 0.82 | 0.99 | 0 | 0.18 | 249.86 | 0.97 | 0.42 |
| Hex | 25 | 3 | D2 | 52 | 63 | 0 | 12 | FA | 61 | 2A |
| Octal | 45 | 3 | 322 | 122 | 143 | 0 | 22 | 372 | 141 | 52 |
| Binary | 100101 | 11 | 11010010 | 1010010 | 1100011 | 0 | 10010 | 11111010 | 1100001 | 101010 |
Color Harmonies of #2503D2
Complementary color
Monochromatic Colors of #2503D2
Black with #2503D2
Text Example
Text Example
White with #2503D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2503D2; }
p { color: rgb(37,3,210); }
H1.HeaderClassName
{
color: #2503D2;
}
.AnyTagClassName
{
color: #2503D2;
}
</style>
background-color css
<style>
a { background-color: #2503D2; }
a { background-color: rgb(37,3,210); }
div.DivClassName
{
background-color: #2503D2;
}
.BgClassName
{
background-color: #2503D2;
}
</style>
border-color css
<style>
span { border-color: #2503D2; }
span { border-color: rgb(37,3,210); }
td.TdClassName
{
border-color: #2503D2;
}
.TagClassName
{
border-color: #2503D2;
}
</style>