Shades of Blue #2805EC
Tints of Blue #2805EC
RGB
CMYK
RGB Variations
Color information
#2805EC (or 0x2805EC) is known color: Blue. HEX triplet: 28, 05 and EC. RGB value is (40,5,236). Sum of RGB (Red+Green+Blue) = 40+5+236=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 236 (92.58% from 255 or 83.99% from 281); Max value from RGB is 236 - color contains mainly: blue. Hex color #2805EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2805EC is #D7FA13. Grayscale: #282828. Windows color (decimal): -14154260 or 15467816. OLE color: 15467816.
HSL color Cylindrical-coordinate representation of color #2805EC: hue angle of 249.09º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2805EC is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 5 | 236 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.07 |
| HSL | 249.09º | 0.96% | 0.47% | - |
| HSV(B) | 249.09º | 0.98% | 0.93% | - |
| XYZ | 16.07 | 6.62 | 79.79 | - |
| YUV | 41.8 | 237.6 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 5 | 236 | 0.83 | 0.98 | 0 | 0.07 | 249.09 | 0.96 | 0.47 |
| Hex | 28 | 5 | EC | 53 | 62 | 0 | 7 | F9 | 60 | 2F |
| Octal | 50 | 5 | 354 | 123 | 142 | 0 | 7 | 371 | 140 | 57 |
| Binary | 101000 | 101 | 11101100 | 1010011 | 1100010 | 0 | 111 | 11111001 | 1100000 | 101111 |
Color Harmonies of #2805EC
Complementary color
Monochromatic Colors of #2805EC
Black with #2805EC
Text Example
Text Example
White with #2805EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2805EC; }
p { color: rgb(40,5,236); }
H1.HeaderClassName
{
color: #2805EC;
}
.AnyTagClassName
{
color: #2805EC;
}
</style>
background-color css
<style>
a { background-color: #2805EC; }
a { background-color: rgb(40,5,236); }
div.DivClassName
{
background-color: #2805EC;
}
.BgClassName
{
background-color: #2805EC;
}
</style>
border-color css
<style>
span { border-color: #2805EC; }
span { border-color: rgb(40,5,236); }
td.TdClassName
{
border-color: #2805EC;
}
.TagClassName
{
border-color: #2805EC;
}
</style>