Shades of Blue #2501EE
Tints of Blue #2501EE
RGB
CMYK
RGB Variations
Color information
#2501EE (or 0x2501EE) is known color: Blue. HEX triplet: 25, 01 and EE. RGB value is (37,1,238). Sum of RGB (Red+Green+Blue) = 37+1+238=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 238 (93.36% from 255 or 86.23% from 276); Max value from RGB is 238 - color contains mainly: blue. Hex color #2501EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2501EE is #DAFE11. Grayscale: #252525. Windows color (decimal): -14351890 or 15597861. OLE color: 15597861.
HSL color Cylindrical-coordinate representation of color #2501EE: hue angle of 249.11º 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 #2501EE is Cyan = 0.84, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 1 | 238 | - |
| CMYK | 0.84 | 1.00 | 0 | 0.07 |
| HSL | 249.11º | 0.99% | 0.47% | - |
| HSV(B) | 249.11º | 1% | 0.93% | - |
| XYZ | 16.21 | 6.59 | 81.31 | - |
| YUV | 38.78 | 240.43 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 1 | 238 | 0.84 | 1.00 | 0 | 0.07 | 249.11 | 0.99 | 0.47 |
| Hex | 25 | 1 | EE | 54 | 64 | 0 | 7 | F9 | 63 | 2F |
| Octal | 45 | 1 | 356 | 124 | 144 | 0 | 7 | 371 | 143 | 57 |
| Binary | 100101 | 1 | 11101110 | 1010100 | 1100100 | 0 | 111 | 11111001 | 1100011 | 101111 |
Color Harmonies of #2501EE
Complementary color
Monochromatic Colors of #2501EE
Black with #2501EE
Text Example
Text Example
White with #2501EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2501EE; }
p { color: rgb(37,1,238); }
H1.HeaderClassName
{
color: #2501EE;
}
.AnyTagClassName
{
color: #2501EE;
}
</style>
background-color css
<style>
a { background-color: #2501EE; }
a { background-color: rgb(37,1,238); }
div.DivClassName
{
background-color: #2501EE;
}
.BgClassName
{
background-color: #2501EE;
}
</style>
border-color css
<style>
span { border-color: #2501EE; }
span { border-color: rgb(37,1,238); }
td.TdClassName
{
border-color: #2501EE;
}
.TagClassName
{
border-color: #2501EE;
}
</style>