Shades of Blue #082DF8
Tints of Blue #082DF8
RGB
CMYK
RGB Variations
Color information
#082DF8 (or 0x082DF8) is known color: Blue. HEX triplet: 08, 2D and F8. RGB value is (8,45,248). Sum of RGB (Red+Green+Blue) = 8+45+248=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 248 (97.27% from 255 or 82.39% from 301); Max value from RGB is 248 - color contains mainly: blue. Hex color #082DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082DF8 is #F7D207. Grayscale: #383838. Windows color (decimal): -16241160 or 16264456. OLE color: 16264456.
HSL color Cylindrical-coordinate representation of color #082DF8: hue angle of 230.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082DF8 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 45 | 248 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.03 |
| HSL | 230.75º | 0.94% | 0.5% | - |
| HSV(B) | 230.75º | 0.97% | 0.97% | - |
| XYZ | 17.98 | 8.71 | 89.54 | - |
| YUV | 57.08 | 235.74 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 248 | 0.97 | 0.82 | 0 | 0.03 | 230.75 | 0.94 | 0.5 |
| Hex | 8 | 2D | F8 | 61 | 52 | 0 | 3 | E7 | 5E | 32 |
| Octal | 10 | 55 | 370 | 141 | 122 | 0 | 3 | 347 | 136 | 62 |
| Binary | 1000 | 101101 | 11111000 | 1100001 | 1010010 | 0 | 11 | 11100111 | 1011110 | 110010 |
Color Harmonies of #082DF8
Complementary color
Monochromatic Colors of #082DF8
Black with #082DF8
Text Example
Text Example
White with #082DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DF8; }
p { color: rgb(8,45,248); }
H1.HeaderClassName
{
color: #082DF8;
}
.AnyTagClassName
{
color: #082DF8;
}
</style>
background-color css
<style>
a { background-color: #082DF8; }
a { background-color: rgb(8,45,248); }
div.DivClassName
{
background-color: #082DF8;
}
.BgClassName
{
background-color: #082DF8;
}
</style>
border-color css
<style>
span { border-color: #082DF8; }
span { border-color: rgb(8,45,248); }
td.TdClassName
{
border-color: #082DF8;
}
.TagClassName
{
border-color: #082DF8;
}
</style>