Shades of Blue #0801EC
Tints of Blue #0801EC
RGB
CMYK
RGB Variations
Color information
#0801EC (or 0x0801EC) is known color: Blue. HEX triplet: 08, 01 and EC. RGB value is (8,1,236). Sum of RGB (Red+Green+Blue) = 8+1+236=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 236 (92.58% from 255 or 96.33% from 245); Max value from RGB is 236 - color contains mainly: blue. Hex color #0801EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0801EC is #F7FE13. Grayscale: #1C1C1C. Windows color (decimal): -16252436 or 15466760. OLE color: 15466760.
HSL color Cylindrical-coordinate representation of color #0801EC: hue angle of 241.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0801EC is Cyan = 0.97, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 1 | 236 | - |
| CMYK | 0.97 | 1.00 | 0 | 0.07 |
| HSL | 241.79º | 0.99% | 0.46% | - |
| HSV(B) | 241.79º | 1% | 0.93% | - |
| XYZ | 15.25 | 6.13 | 79.74 | - |
| YUV | 29.88 | 244.32 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 236 | 0.97 | 1.00 | 0 | 0.07 | 241.79 | 0.99 | 0.46 |
| Hex | 8 | 1 | EC | 61 | 64 | 0 | 7 | F2 | 63 | 2E |
| Octal | 10 | 1 | 354 | 141 | 144 | 0 | 7 | 362 | 143 | 56 |
| Binary | 1000 | 1 | 11101100 | 1100001 | 1100100 | 0 | 111 | 11110010 | 1100011 | 101110 |
Color Harmonies of #0801EC
Complementary color
Monochromatic Colors of #0801EC
Black with #0801EC
Text Example
Text Example
White with #0801EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0801EC; }
p { color: rgb(8,1,236); }
H1.HeaderClassName
{
color: #0801EC;
}
.AnyTagClassName
{
color: #0801EC;
}
</style>
background-color css
<style>
a { background-color: #0801EC; }
a { background-color: rgb(8,1,236); }
div.DivClassName
{
background-color: #0801EC;
}
.BgClassName
{
background-color: #0801EC;
}
</style>
border-color css
<style>
span { border-color: #0801EC; }
span { border-color: rgb(8,1,236); }
td.TdClassName
{
border-color: #0801EC;
}
.TagClassName
{
border-color: #0801EC;
}
</style>