Shades of Blue #2503ED
Tints of Blue #2503ED
RGB
CMYK
RGB Variations
Color information
#2503ED (or 0x2503ED) is known color: Blue. HEX triplet: 25, 03 and ED. RGB value is (37,3,237). Sum of RGB (Red+Green+Blue) = 37+3+237=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 237 (92.97% from 255 or 85.56% from 277); Max value from RGB is 237 - color contains mainly: blue. Hex color #2503ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2503ED is #DAFC12. Grayscale: #262626. Windows color (decimal): -14351379 or 15532837. OLE color: 15532837.
HSL color Cylindrical-coordinate representation of color #2503ED: hue angle of 248.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2503ED is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 3 | 237 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.07 |
| HSL | 248.72º | 0.98% | 0.47% | - |
| HSV(B) | 248.72º | 0.99% | 0.93% | - |
| XYZ | 16.08 | 6.57 | 80.54 | - |
| YUV | 39.84 | 239.26 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 237 | 0.84 | 0.99 | 0 | 0.07 | 248.72 | 0.98 | 0.47 |
| Hex | 25 | 3 | ED | 54 | 63 | 0 | 7 | F9 | 62 | 2F |
| Octal | 45 | 3 | 355 | 124 | 143 | 0 | 7 | 371 | 142 | 57 |
| Binary | 100101 | 11 | 11101101 | 1010100 | 1100011 | 0 | 111 | 11111001 | 1100010 | 101111 |
Color Harmonies of #2503ED
Complementary color
Monochromatic Colors of #2503ED
Black with #2503ED
Text Example
Text Example
White with #2503ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2503ED; }
p { color: rgb(37,3,237); }
H1.HeaderClassName
{
color: #2503ED;
}
.AnyTagClassName
{
color: #2503ED;
}
</style>
background-color css
<style>
a { background-color: #2503ED; }
a { background-color: rgb(37,3,237); }
div.DivClassName
{
background-color: #2503ED;
}
.BgClassName
{
background-color: #2503ED;
}
</style>
border-color css
<style>
span { border-color: #2503ED; }
span { border-color: rgb(37,3,237); }
td.TdClassName
{
border-color: #2503ED;
}
.TagClassName
{
border-color: #2503ED;
}
</style>