Shades of Blue #082EFB
Tints of Blue #082EFB
RGB
CMYK
RGB Variations
Color information
#082EFB (or 0x082EFB) is known color: Blue. HEX triplet: 08, 2E and FB. RGB value is (8,46,251). Sum of RGB (Red+Green+Blue) = 8+46+251=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 251 (98.44% from 255 or 82.30% from 305); Max value from RGB is 251 - color contains mainly: blue. Hex color #082EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082EFB is #F7D104. Grayscale: #393939. Windows color (decimal): -16240901 or 16461320. OLE color: 16461320.
HSL color Cylindrical-coordinate representation of color #082EFB: hue angle of 230.62º 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 #082EFB is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 46 | 251 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.02 |
| HSL | 230.62º | 0.97% | 0.51% | - |
| HSV(B) | 230.62º | 0.97% | 0.98% | - |
| XYZ | 18.49 | 8.97 | 92.02 | - |
| YUV | 58.01 | 236.91 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 251 | 0.97 | 0.82 | 0 | 0.02 | 230.62 | 0.97 | 0.51 |
| Hex | 8 | 2E | FB | 61 | 52 | 0 | 2 | E7 | 61 | 33 |
| Octal | 10 | 56 | 373 | 141 | 122 | 0 | 2 | 347 | 141 | 63 |
| Binary | 1000 | 101110 | 11111011 | 1100001 | 1010010 | 0 | 10 | 11100111 | 1100001 | 110011 |
Color Harmonies of #082EFB
Complementary color
Monochromatic Colors of #082EFB
Black with #082EFB
Text Example
Text Example
White with #082EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082EFB; }
p { color: rgb(8,46,251); }
H1.HeaderClassName
{
color: #082EFB;
}
.AnyTagClassName
{
color: #082EFB;
}
</style>
background-color css
<style>
a { background-color: #082EFB; }
a { background-color: rgb(8,46,251); }
div.DivClassName
{
background-color: #082EFB;
}
.BgClassName
{
background-color: #082EFB;
}
</style>
border-color css
<style>
span { border-color: #082EFB; }
span { border-color: rgb(8,46,251); }
td.TdClassName
{
border-color: #082EFB;
}
.TagClassName
{
border-color: #082EFB;
}
</style>