Shades of Blue #0814EF
Tints of Blue #0814EF
RGB
CMYK
RGB Variations
Color information
#0814EF (or 0x0814EF) is known color: Blue. HEX triplet: 08, 14 and EF. RGB value is (8,20,239). Sum of RGB (Red+Green+Blue) = 8+20+239=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #0814EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0814EF is #F7EB10. Grayscale: #282828. Windows color (decimal): -16247569 or 15668232. OLE color: 15668232.
HSL color Cylindrical-coordinate representation of color #0814EF: hue angle of 236.88º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0814EF is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 20 | 239 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.06 |
| HSL | 236.88º | 0.94% | 0.48% | - |
| HSV(B) | 236.88º | 0.97% | 0.94% | - |
| XYZ | 15.93 | 6.78 | 82.13 | - |
| YUV | 41.38 | 239.52 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 239 | 0.97 | 0.92 | 0 | 0.06 | 236.88 | 0.94 | 0.48 |
| Hex | 8 | 14 | EF | 61 | 5C | 0 | 6 | ED | 5E | 30 |
| Octal | 10 | 24 | 357 | 141 | 134 | 0 | 6 | 355 | 136 | 60 |
| Binary | 1000 | 10100 | 11101111 | 1100001 | 1011100 | 0 | 110 | 11101101 | 1011110 | 110000 |
Color Harmonies of #0814EF
Complementary color
Monochromatic Colors of #0814EF
Black with #0814EF
Text Example
Text Example
White with #0814EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0814EF; }
p { color: rgb(8,20,239); }
H1.HeaderClassName
{
color: #0814EF;
}
.AnyTagClassName
{
color: #0814EF;
}
</style>
background-color css
<style>
a { background-color: #0814EF; }
a { background-color: rgb(8,20,239); }
div.DivClassName
{
background-color: #0814EF;
}
.BgClassName
{
background-color: #0814EF;
}
</style>
border-color css
<style>
span { border-color: #0814EF; }
span { border-color: rgb(8,20,239); }
td.TdClassName
{
border-color: #0814EF;
}
.TagClassName
{
border-color: #0814EF;
}
</style>