Shades of Blue #082EEF
Tints of Blue #082EEF
RGB
CMYK
RGB Variations
Color information
#082EEF (or 0x082EEF) is known color: Blue. HEX triplet: 08, 2E and EF. RGB value is (8,46,239). Sum of RGB (Red+Green+Blue) = 8+46+239=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #082EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082EEF is #F7D110. Grayscale: #373737. Windows color (decimal): -16240913 or 15674888. OLE color: 15674888.
HSL color Cylindrical-coordinate representation of color #082EEF: hue angle of 230.13º 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 #082EEF is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 46 | 239 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.06 |
| HSL | 230.13º | 0.94% | 0.48% | - |
| HSV(B) | 230.13º | 0.97% | 0.94% | - |
| XYZ | 16.66 | 8.24 | 82.37 | - |
| YUV | 56.64 | 230.91 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 239 | 0.97 | 0.81 | 0 | 0.06 | 230.13 | 0.94 | 0.48 |
| Hex | 8 | 2E | EF | 61 | 51 | 0 | 6 | E6 | 5E | 30 |
| Octal | 10 | 56 | 357 | 141 | 121 | 0 | 6 | 346 | 136 | 60 |
| Binary | 1000 | 101110 | 11101111 | 1100001 | 1010001 | 0 | 110 | 11100110 | 1011110 | 110000 |
Color Harmonies of #082EEF
Complementary color
Monochromatic Colors of #082EEF
Black with #082EEF
Text Example
Text Example
White with #082EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082EEF; }
p { color: rgb(8,46,239); }
H1.HeaderClassName
{
color: #082EEF;
}
.AnyTagClassName
{
color: #082EEF;
}
</style>
background-color css
<style>
a { background-color: #082EEF; }
a { background-color: rgb(8,46,239); }
div.DivClassName
{
background-color: #082EEF;
}
.BgClassName
{
background-color: #082EEF;
}
</style>
border-color css
<style>
span { border-color: #082EEF; }
span { border-color: rgb(8,46,239); }
td.TdClassName
{
border-color: #082EEF;
}
.TagClassName
{
border-color: #082EEF;
}
</style>