Shades of Medium Blue #2503CF
Tints of Medium Blue #2503CF
RGB
CMYK
RGB Variations
Color information
#2503CF (or 0x2503CF) is known color: Medium Blue. HEX triplet: 25, 03 and CF. RGB value is (37,3,207). Sum of RGB (Red+Green+Blue) = 37+3+207=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #2503CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2503CF is #DAFC30. Grayscale: #232323. Windows color (decimal): -14351409 or 13566757. OLE color: 13566757.
HSL color Cylindrical-coordinate representation of color #2503CF: hue angle of 250º 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 #2503CF is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 3 | 207 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.19 |
| HSL | 250º | 0.97% | 0.41% | - |
| HSV(B) | 250º | 0.99% | 0.81% | - |
| XYZ | 12.06 | 4.96 | 59.35 | - |
| YUV | 36.42 | 224.26 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 207 | 0.82 | 0.99 | 0 | 0.19 | 250 | 0.97 | 0.41 |
| Hex | 25 | 3 | CF | 52 | 63 | 0 | 13 | FA | 61 | 29 |
| Octal | 45 | 3 | 317 | 122 | 143 | 0 | 23 | 372 | 141 | 51 |
| Binary | 100101 | 11 | 11001111 | 1010010 | 1100011 | 0 | 10011 | 11111010 | 1100001 | 101001 |
Color Harmonies of #2503CF
Complementary color
Monochromatic Colors of #2503CF
Black with #2503CF
Text Example
Text Example
White with #2503CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2503CF; }
p { color: rgb(37,3,207); }
H1.HeaderClassName
{
color: #2503CF;
}
.AnyTagClassName
{
color: #2503CF;
}
</style>
background-color css
<style>
a { background-color: #2503CF; }
a { background-color: rgb(37,3,207); }
div.DivClassName
{
background-color: #2503CF;
}
.BgClassName
{
background-color: #2503CF;
}
</style>
border-color css
<style>
span { border-color: #2503CF; }
span { border-color: rgb(37,3,207); }
td.TdClassName
{
border-color: #2503CF;
}
.TagClassName
{
border-color: #2503CF;
}
</style>