Shades of Blue #082AF5
Tints of Blue #082AF5
RGB
CMYK
RGB Variations
Color information
#082AF5 (or 0x082AF5) is known color: Blue. HEX triplet: 08, 2A and F5. RGB value is (8,42,245). Sum of RGB (Red+Green+Blue) = 8+42+245=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 245 (96.09% from 255 or 83.05% from 295); Max value from RGB is 245 - color contains mainly: blue. Hex color #082AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082AF5 is #F7D50A. Grayscale: #363636. Windows color (decimal): -16241931 or 16067080. OLE color: 16067080.
HSL color Cylindrical-coordinate representation of color #082AF5: hue angle of 231.39º 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 #082AF5 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 42 | 245 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.04 |
| HSL | 231.39º | 0.94% | 0.5% | - |
| HSV(B) | 231.39º | 0.97% | 0.96% | - |
| XYZ | 17.41 | 8.3 | 87.07 | - |
| YUV | 54.98 | 235.24 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 245 | 0.97 | 0.83 | 0 | 0.04 | 231.39 | 0.94 | 0.5 |
| Hex | 8 | 2A | F5 | 61 | 53 | 0 | 4 | E7 | 5E | 32 |
| Octal | 10 | 52 | 365 | 141 | 123 | 0 | 4 | 347 | 136 | 62 |
| Binary | 1000 | 101010 | 11110101 | 1100001 | 1010011 | 0 | 100 | 11100111 | 1011110 | 110010 |
Color Harmonies of #082AF5
Complementary color
Monochromatic Colors of #082AF5
Black with #082AF5
Text Example
Text Example
White with #082AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082AF5; }
p { color: rgb(8,42,245); }
H1.HeaderClassName
{
color: #082AF5;
}
.AnyTagClassName
{
color: #082AF5;
}
</style>
background-color css
<style>
a { background-color: #082AF5; }
a { background-color: rgb(8,42,245); }
div.DivClassName
{
background-color: #082AF5;
}
.BgClassName
{
background-color: #082AF5;
}
</style>
border-color css
<style>
span { border-color: #082AF5; }
span { border-color: rgb(8,42,245); }
td.TdClassName
{
border-color: #082AF5;
}
.TagClassName
{
border-color: #082AF5;
}
</style>