Shades of Blue #082AF6
Tints of Blue #082AF6
RGB
CMYK
RGB Variations
Color information
#082AF6 (or 0x082AF6) is known color: Blue. HEX triplet: 08, 2A and F6. RGB value is (8,42,246). Sum of RGB (Red+Green+Blue) = 8+42+246=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 246 (96.48% from 255 or 83.11% from 296); Max value from RGB is 246 - color contains mainly: blue. Hex color #082AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082AF6 is #F7D509. Grayscale: #363636. Windows color (decimal): -16241930 or 16132616. OLE color: 16132616.
HSL color Cylindrical-coordinate representation of color #082AF6: hue angle of 231.43º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082AF6 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 42 | 246 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.04 |
| HSL | 231.43º | 0.94% | 0.5% | - |
| HSV(B) | 231.43º | 0.97% | 0.96% | - |
| XYZ | 17.56 | 8.36 | 87.88 | - |
| YUV | 55.09 | 235.74 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 246 | 0.97 | 0.83 | 0 | 0.04 | 231.43 | 0.94 | 0.5 |
| Hex | 8 | 2A | F6 | 61 | 53 | 0 | 4 | E7 | 5E | 32 |
| Octal | 10 | 52 | 366 | 141 | 123 | 0 | 4 | 347 | 136 | 62 |
| Binary | 1000 | 101010 | 11110110 | 1100001 | 1010011 | 0 | 100 | 11100111 | 1011110 | 110010 |
Color Harmonies of #082AF6
Complementary color
Monochromatic Colors of #082AF6
Black with #082AF6
Text Example
Text Example
White with #082AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082AF6; }
p { color: rgb(8,42,246); }
H1.HeaderClassName
{
color: #082AF6;
}
.AnyTagClassName
{
color: #082AF6;
}
</style>
background-color css
<style>
a { background-color: #082AF6; }
a { background-color: rgb(8,42,246); }
div.DivClassName
{
background-color: #082AF6;
}
.BgClassName
{
background-color: #082AF6;
}
</style>
border-color css
<style>
span { border-color: #082AF6; }
span { border-color: rgb(8,42,246); }
td.TdClassName
{
border-color: #082AF6;
}
.TagClassName
{
border-color: #082AF6;
}
</style>