Shades of Blue #081CEC
Tints of Blue #081CEC
RGB
CMYK
RGB Variations
Color information
#081CEC (or 0x081CEC) is known color: Blue. HEX triplet: 08, 1C and EC. RGB value is (8,28,236). Sum of RGB (Red+Green+Blue) = 8+28+236=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #081CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081CEC is #F7E313. Grayscale: #2C2C2C. Windows color (decimal): -16245524 or 15473672. OLE color: 15473672.
HSL color Cylindrical-coordinate representation of color #081CEC: hue angle of 234.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081CEC is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 28 | 236 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.07 |
| HSL | 234.74º | 0.93% | 0.48% | - |
| HSV(B) | 234.74º | 0.97% | 0.93% | - |
| XYZ | 15.66 | 6.94 | 79.87 | - |
| YUV | 45.73 | 235.37 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 236 | 0.97 | 0.88 | 0 | 0.07 | 234.74 | 0.93 | 0.48 |
| Hex | 8 | 1C | EC | 61 | 58 | 0 | 7 | EB | 5D | 30 |
| Octal | 10 | 34 | 354 | 141 | 130 | 0 | 7 | 353 | 135 | 60 |
| Binary | 1000 | 11100 | 11101100 | 1100001 | 1011000 | 0 | 111 | 11101011 | 1011101 | 110000 |
Color Harmonies of #081CEC
Complementary color
Monochromatic Colors of #081CEC
Black with #081CEC
Text Example
Text Example
White with #081CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081CEC; }
p { color: rgb(8,28,236); }
H1.HeaderClassName
{
color: #081CEC;
}
.AnyTagClassName
{
color: #081CEC;
}
</style>
background-color css
<style>
a { background-color: #081CEC; }
a { background-color: rgb(8,28,236); }
div.DivClassName
{
background-color: #081CEC;
}
.BgClassName
{
background-color: #081CEC;
}
</style>
border-color css
<style>
span { border-color: #081CEC; }
span { border-color: rgb(8,28,236); }
td.TdClassName
{
border-color: #081CEC;
}
.TagClassName
{
border-color: #081CEC;
}
</style>