Shades of Blue #0823EC
Tints of Blue #0823EC
RGB
CMYK
RGB Variations
Color information
#0823EC (or 0x0823EC) is known color: Blue. HEX triplet: 08, 23 and EC. RGB value is (8,35,236). Sum of RGB (Red+Green+Blue) = 8+35+236=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 236 (92.58% from 255 or 84.59% from 279); Max value from RGB is 236 - color contains mainly: blue. Hex color #0823EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0823EC is #F7DC13. Grayscale: #313131. Windows color (decimal): -16243732 or 15475464. OLE color: 15475464.
HSL color Cylindrical-coordinate representation of color #0823EC: hue angle of 232.89º 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 #0823EC is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 35 | 236 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.07 |
| HSL | 232.89º | 0.93% | 0.48% | - |
| HSV(B) | 232.89º | 0.97% | 0.93% | - |
| XYZ | 15.84 | 7.31 | 79.93 | - |
| YUV | 49.84 | 233.05 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 236 | 0.97 | 0.85 | 0 | 0.07 | 232.89 | 0.93 | 0.48 |
| Hex | 8 | 23 | EC | 61 | 55 | 0 | 7 | E9 | 5D | 30 |
| Octal | 10 | 43 | 354 | 141 | 125 | 0 | 7 | 351 | 135 | 60 |
| Binary | 1000 | 100011 | 11101100 | 1100001 | 1010101 | 0 | 111 | 11101001 | 1011101 | 110000 |
Color Harmonies of #0823EC
Complementary color
Monochromatic Colors of #0823EC
Black with #0823EC
Text Example
Text Example
White with #0823EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0823EC; }
p { color: rgb(8,35,236); }
H1.HeaderClassName
{
color: #0823EC;
}
.AnyTagClassName
{
color: #0823EC;
}
</style>
background-color css
<style>
a { background-color: #0823EC; }
a { background-color: rgb(8,35,236); }
div.DivClassName
{
background-color: #0823EC;
}
.BgClassName
{
background-color: #0823EC;
}
</style>
border-color css
<style>
span { border-color: #0823EC; }
span { border-color: rgb(8,35,236); }
td.TdClassName
{
border-color: #0823EC;
}
.TagClassName
{
border-color: #0823EC;
}
</style>