Shades of Blue #083FFE
Tints of Blue #083FFE
RGB
CMYK
RGB Variations
Color information
#083FFE (or 0x083FFE) is known color: Blue. HEX triplet: 08, 3F and FE. RGB value is (8,63,254). Sum of RGB (Red+Green+Blue) = 8+63+254=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #083FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083FFE is #F7C001. Grayscale: #434343. Windows color (decimal): -16236546 or 16662280. OLE color: 16662280.
HSL color Cylindrical-coordinate representation of color #083FFE: hue angle of 226.59º 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 #083FFE is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 63 | 254 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.00 |
| HSL | 226.59º | 0.99% | 0.51% | - |
| HSV(B) | 226.59º | 0.97% | 1% | - |
| XYZ | 19.77 | 10.76 | 94.8 | - |
| YUV | 68.33 | 232.78 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 254 | 0.97 | 0.75 | 0 | 0.00 | 226.59 | 0.99 | 0.51 |
| Hex | 8 | 3F | FE | 61 | 4B | 0 | 0 | E3 | 63 | 33 |
| Octal | 10 | 77 | 376 | 141 | 113 | 0 | 0 | 343 | 143 | 63 |
| Binary | 1000 | 111111 | 11111110 | 1100001 | 1001011 | 0 | 0 | 11100011 | 1100011 | 110011 |
Color Harmonies of #083FFE
Complementary color
Monochromatic Colors of #083FFE
Black with #083FFE
Text Example
Text Example
White with #083FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083FFE; }
p { color: rgb(8,63,254); }
H1.HeaderClassName
{
color: #083FFE;
}
.AnyTagClassName
{
color: #083FFE;
}
</style>
background-color css
<style>
a { background-color: #083FFE; }
a { background-color: rgb(8,63,254); }
div.DivClassName
{
background-color: #083FFE;
}
.BgClassName
{
background-color: #083FFE;
}
</style>
border-color css
<style>
span { border-color: #083FFE; }
span { border-color: rgb(8,63,254); }
td.TdClassName
{
border-color: #083FFE;
}
.TagClassName
{
border-color: #083FFE;
}
</style>