Shades of Blue #2503EA
Tints of Blue #2503EA
RGB
CMYK
RGB Variations
Color information
#2503EA (or 0x2503EA) is known color: Blue. HEX triplet: 25, 03 and EA. RGB value is (37,3,234). Sum of RGB (Red+Green+Blue) = 37+3+234=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 234 (91.80% from 255 or 85.40% from 274); Max value from RGB is 234 - color contains mainly: blue. Hex color #2503EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2503EA is #DAFC15. Grayscale: #262626. Windows color (decimal): -14351382 or 15336229. OLE color: 15336229.
HSL color Cylindrical-coordinate representation of color #2503EA: hue angle of 248.83º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2503EA is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 3 | 234 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.08 |
| HSL | 248.83º | 0.97% | 0.46% | - |
| HSV(B) | 248.83º | 0.99% | 0.92% | - |
| XYZ | 15.65 | 6.4 | 78.25 | - |
| YUV | 39.5 | 237.76 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 3 | 234 | 0.84 | 0.99 | 0 | 0.08 | 248.83 | 0.97 | 0.46 |
| Hex | 25 | 3 | EA | 54 | 63 | 0 | 8 | F9 | 61 | 2E |
| Octal | 45 | 3 | 352 | 124 | 143 | 0 | 10 | 371 | 141 | 56 |
| Binary | 100101 | 11 | 11101010 | 1010100 | 1100011 | 0 | 1000 | 11111001 | 1100001 | 101110 |
Color Harmonies of #2503EA
Complementary color
Monochromatic Colors of #2503EA
Black with #2503EA
Text Example
Text Example
White with #2503EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2503EA; }
p { color: rgb(37,3,234); }
H1.HeaderClassName
{
color: #2503EA;
}
.AnyTagClassName
{
color: #2503EA;
}
</style>
background-color css
<style>
a { background-color: #2503EA; }
a { background-color: rgb(37,3,234); }
div.DivClassName
{
background-color: #2503EA;
}
.BgClassName
{
background-color: #2503EA;
}
</style>
border-color css
<style>
span { border-color: #2503EA; }
span { border-color: rgb(37,3,234); }
td.TdClassName
{
border-color: #2503EA;
}
.TagClassName
{
border-color: #2503EA;
}
</style>