Shades of Blue #083BFE
Tints of Blue #083BFE
RGB
CMYK
RGB Variations
Color information
#083BFE (or 0x083BFE) is known color: Blue. HEX triplet: 08, 3B and FE. RGB value is (8,59,254). Sum of RGB (Red+Green+Blue) = 8+59+254=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #083BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083BFE is #F7C401. Grayscale: #414141. Windows color (decimal): -16237570 or 16661256. OLE color: 16661256.
HSL color Cylindrical-coordinate representation of color #083BFE: hue angle of 227.56º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083BFE is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 59 | 254 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.00 |
| HSL | 227.56º | 0.99% | 0.51% | - |
| HSV(B) | 227.56º | 0.97% | 1% | - |
| XYZ | 19.55 | 10.34 | 94.73 | - |
| YUV | 65.98 | 234.1 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 254 | 0.97 | 0.77 | 0 | 0.00 | 227.56 | 0.99 | 0.51 |
| Hex | 8 | 3B | FE | 61 | 4D | 0 | 0 | E4 | 63 | 33 |
| Octal | 10 | 73 | 376 | 141 | 115 | 0 | 0 | 344 | 143 | 63 |
| Binary | 1000 | 111011 | 11111110 | 1100001 | 1001101 | 0 | 0 | 11100100 | 1100011 | 110011 |
Color Harmonies of #083BFE
Complementary color
Monochromatic Colors of #083BFE
Black with #083BFE
Text Example
Text Example
White with #083BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083BFE; }
p { color: rgb(8,59,254); }
H1.HeaderClassName
{
color: #083BFE;
}
.AnyTagClassName
{
color: #083BFE;
}
</style>
background-color css
<style>
a { background-color: #083BFE; }
a { background-color: rgb(8,59,254); }
div.DivClassName
{
background-color: #083BFE;
}
.BgClassName
{
background-color: #083BFE;
}
</style>
border-color css
<style>
span { border-color: #083BFE; }
span { border-color: rgb(8,59,254); }
td.TdClassName
{
border-color: #083BFE;
}
.TagClassName
{
border-color: #083BFE;
}
</style>