Shades of Blue #082DFB
Tints of Blue #082DFB
RGB
CMYK
RGB Variations
Color information
#082DFB (or 0x082DFB) is known color: Blue. HEX triplet: 08, 2D and FB. RGB value is (8,45,251). Sum of RGB (Red+Green+Blue) = 8+45+251=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #082DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082DFB is #F7D204. Grayscale: #383838. Windows color (decimal): -16241157 or 16461064. OLE color: 16461064.
HSL color Cylindrical-coordinate representation of color #082DFB: hue angle of 230.86º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082DFB is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 45 | 251 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.02 |
| HSL | 230.86º | 0.97% | 0.51% | - |
| HSV(B) | 230.86º | 0.97% | 0.98% | - |
| XYZ | 18.45 | 8.89 | 92.01 | - |
| YUV | 57.42 | 237.24 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 251 | 0.97 | 0.82 | 0 | 0.02 | 230.86 | 0.97 | 0.51 |
| Hex | 8 | 2D | FB | 61 | 52 | 0 | 2 | E7 | 61 | 33 |
| Octal | 10 | 55 | 373 | 141 | 122 | 0 | 2 | 347 | 141 | 63 |
| Binary | 1000 | 101101 | 11111011 | 1100001 | 1010010 | 0 | 10 | 11100111 | 1100001 | 110011 |
Color Harmonies of #082DFB
Complementary color
Monochromatic Colors of #082DFB
Black with #082DFB
Text Example
Text Example
White with #082DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DFB; }
p { color: rgb(8,45,251); }
H1.HeaderClassName
{
color: #082DFB;
}
.AnyTagClassName
{
color: #082DFB;
}
</style>
background-color css
<style>
a { background-color: #082DFB; }
a { background-color: rgb(8,45,251); }
div.DivClassName
{
background-color: #082DFB;
}
.BgClassName
{
background-color: #082DFB;
}
</style>
border-color css
<style>
span { border-color: #082DFB; }
span { border-color: rgb(8,45,251); }
td.TdClassName
{
border-color: #082DFB;
}
.TagClassName
{
border-color: #082DFB;
}
</style>