Shades of Blue #2501ED
Tints of Blue #2501ED
RGB
CMYK
RGB Variations
Color information
#2501ED (or 0x2501ED) is known color: Blue. HEX triplet: 25, 01 and ED. RGB value is (37,1,237). Sum of RGB (Red+Green+Blue) = 37+1+237=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 237 (92.97% from 255 or 86.18% from 275); Max value from RGB is 237 - color contains mainly: blue. Hex color #2501ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2501ED is #DAFE12. Grayscale: #252525. Windows color (decimal): -14351891 or 15532325. OLE color: 15532325.
HSL color Cylindrical-coordinate representation of color #2501ED: hue angle of 249.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2501ED is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 1 | 237 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.07 |
| HSL | 249.15º | 0.99% | 0.47% | - |
| HSV(B) | 249.15º | 1% | 0.93% | - |
| XYZ | 16.06 | 6.53 | 80.53 | - |
| YUV | 38.67 | 239.93 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 237 | 0.84 | 1.00 | 0 | 0.07 | 249.15 | 0.99 | 0.47 |
| Hex | 25 | 1 | ED | 54 | 64 | 0 | 7 | F9 | 63 | 2F |
| Octal | 45 | 1 | 355 | 124 | 144 | 0 | 7 | 371 | 143 | 57 |
| Binary | 100101 | 1 | 11101101 | 1010100 | 1100100 | 0 | 111 | 11111001 | 1100011 | 101111 |
Color Harmonies of #2501ED
Complementary color
Monochromatic Colors of #2501ED
Black with #2501ED
Text Example
Text Example
White with #2501ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2501ED; }
p { color: rgb(37,1,237); }
H1.HeaderClassName
{
color: #2501ED;
}
.AnyTagClassName
{
color: #2501ED;
}
</style>
background-color css
<style>
a { background-color: #2501ED; }
a { background-color: rgb(37,1,237); }
div.DivClassName
{
background-color: #2501ED;
}
.BgClassName
{
background-color: #2501ED;
}
</style>
border-color css
<style>
span { border-color: #2501ED; }
span { border-color: rgb(37,1,237); }
td.TdClassName
{
border-color: #2501ED;
}
.TagClassName
{
border-color: #2501ED;
}
</style>