Shades of Blue #2025EC
Tints of Blue #2025EC
RGB
CMYK
RGB Variations
Color information
#2025EC (or 0x2025EC) is known color: Blue. HEX triplet: 20, 25 and EC. RGB value is (32,37,236). Sum of RGB (Red+Green+Blue) = 32+37+236=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #2025EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2025EC is #DFDA13. Grayscale: #393939. Windows color (decimal): -14670356 or 15476000. OLE color: 15476000.
HSL color Cylindrical-coordinate representation of color #2025EC: hue angle of 238.53º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2025EC is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 37 | 236 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.07 |
| HSL | 238.53º | 0.84% | 0.53% | - |
| HSV(B) | 238.53º | 0.86% | 0.93% | - |
| XYZ | 16.4 | 7.69 | 79.98 | - |
| YUV | 58.19 | 228.34 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 236 | 0.86 | 0.84 | 0 | 0.07 | 238.53 | 0.84 | 0.53 |
| Hex | 20 | 25 | EC | 56 | 54 | 0 | 7 | EF | 54 | 35 |
| Octal | 40 | 45 | 354 | 126 | 124 | 0 | 7 | 357 | 124 | 65 |
| Binary | 100000 | 100101 | 11101100 | 1010110 | 1010100 | 0 | 111 | 11101111 | 1010100 | 110101 |
Color Harmonies of #2025EC
Complementary color
Monochromatic Colors of #2025EC
Black with #2025EC
Text Example
Text Example
White with #2025EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2025EC; }
p { color: rgb(32,37,236); }
H1.HeaderClassName
{
color: #2025EC;
}
.AnyTagClassName
{
color: #2025EC;
}
</style>
background-color css
<style>
a { background-color: #2025EC; }
a { background-color: rgb(32,37,236); }
div.DivClassName
{
background-color: #2025EC;
}
.BgClassName
{
background-color: #2025EC;
}
</style>
border-color css
<style>
span { border-color: #2025EC; }
span { border-color: rgb(32,37,236); }
td.TdClassName
{
border-color: #2025EC;
}
.TagClassName
{
border-color: #2025EC;
}
</style>