Shades of Medium Blue #2503CE
Tints of Medium Blue #2503CE
RGB
CMYK
RGB Variations
Color information
#2503CE (or 0x2503CE) is known color: Medium Blue. HEX triplet: 25, 03 and CE. RGB value is (37,3,206). Sum of RGB (Red+Green+Blue) = 37+3+206=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #2503CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2503CE is #DAFC31. Grayscale: #232323. Windows color (decimal): -14351410 or 13501221. OLE color: 13501221.
HSL color Cylindrical-coordinate representation of color #2503CE: hue angle of 250.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2503CE is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 3 | 206 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.19 |
| HSL | 250.05º | 0.97% | 0.41% | - |
| HSV(B) | 250.05º | 0.99% | 0.81% | - |
| XYZ | 11.94 | 4.91 | 58.71 | - |
| YUV | 36.31 | 223.76 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 206 | 0.82 | 0.99 | 0 | 0.19 | 250.05 | 0.97 | 0.41 |
| Hex | 25 | 3 | CE | 52 | 63 | 0 | 13 | FA | 61 | 29 |
| Octal | 45 | 3 | 316 | 122 | 143 | 0 | 23 | 372 | 141 | 51 |
| Binary | 100101 | 11 | 11001110 | 1010010 | 1100011 | 0 | 10011 | 11111010 | 1100001 | 101001 |
Color Harmonies of #2503CE
Complementary color
Monochromatic Colors of #2503CE
Black with #2503CE
Text Example
Text Example
White with #2503CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2503CE; }
p { color: rgb(37,3,206); }
H1.HeaderClassName
{
color: #2503CE;
}
.AnyTagClassName
{
color: #2503CE;
}
</style>
background-color css
<style>
a { background-color: #2503CE; }
a { background-color: rgb(37,3,206); }
div.DivClassName
{
background-color: #2503CE;
}
.BgClassName
{
background-color: #2503CE;
}
</style>
border-color css
<style>
span { border-color: #2503CE; }
span { border-color: rgb(37,3,206); }
td.TdClassName
{
border-color: #2503CE;
}
.TagClassName
{
border-color: #2503CE;
}
</style>