Shades of Blue #2501EA
Tints of Blue #2501EA
RGB
CMYK
RGB Variations
Color information
#2501EA (or 0x2501EA) is known color: Blue. HEX triplet: 25, 01 and EA. RGB value is (37,1,234). Sum of RGB (Red+Green+Blue) = 37+1+234=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 234 (91.80% from 255 or 86.03% from 272); Max value from RGB is 234 - color contains mainly: blue. Hex color #2501EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2501EA is #DAFE15. Grayscale: #252525. Windows color (decimal): -14351894 or 15335717. OLE color: 15335717.
HSL color Cylindrical-coordinate representation of color #2501EA: hue angle of 249.27º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2501EA is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 1 | 234 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.08 |
| HSL | 249.27º | 0.99% | 0.46% | - |
| HSV(B) | 249.27º | 1% | 0.92% | - |
| XYZ | 15.63 | 6.36 | 78.25 | - |
| YUV | 38.33 | 238.43 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 234 | 0.84 | 1.00 | 0 | 0.08 | 249.27 | 0.99 | 0.46 |
| Hex | 25 | 1 | EA | 54 | 64 | 0 | 8 | F9 | 63 | 2E |
| Octal | 45 | 1 | 352 | 124 | 144 | 0 | 10 | 371 | 143 | 56 |
| Binary | 100101 | 1 | 11101010 | 1010100 | 1100100 | 0 | 1000 | 11111001 | 1100011 | 101110 |
Color Harmonies of #2501EA
Complementary color
Monochromatic Colors of #2501EA
Black with #2501EA
Text Example
Text Example
White with #2501EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2501EA; }
p { color: rgb(37,1,234); }
H1.HeaderClassName
{
color: #2501EA;
}
.AnyTagClassName
{
color: #2501EA;
}
</style>
background-color css
<style>
a { background-color: #2501EA; }
a { background-color: rgb(37,1,234); }
div.DivClassName
{
background-color: #2501EA;
}
.BgClassName
{
background-color: #2501EA;
}
</style>
border-color css
<style>
span { border-color: #2501EA; }
span { border-color: rgb(37,1,234); }
td.TdClassName
{
border-color: #2501EA;
}
.TagClassName
{
border-color: #2501EA;
}
</style>