Shades of Blue #083FFF
Tints of Blue #083FFF
RGB
CMYK
RGB Variations
Color information
#083FFF (or 0x083FFF) is known color: Blue. HEX triplet: 08, 3F and FF. RGB value is (8,63,255). Sum of RGB (Red+Green+Blue) = 8+63+255=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #083FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083FFF is #F7C000. Grayscale: #434343. Windows color (decimal): -16236545 or 16727816. OLE color: 16727816.
HSL color Cylindrical-coordinate representation of color #083FFF: hue angle of 226.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083FFF is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 63 | 255 | - |
| CMYK | 0.97 | 0.75 | 0 | 0 |
| HSL | 226.64º | 1% | 0.52% | - |
| HSV(B) | 226.64º | 0.97% | 1% | - |
| XYZ | 19.93 | 10.83 | 95.65 | - |
| YUV | 68.44 | 233.28 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 255 | 0.97 | 0.75 | 0 | 0 | 226.64 | 1 | 0.52 |
| Hex | 8 | 3F | FF | 61 | 4B | 0 | 0 | E3 | 64 | 34 |
| Octal | 10 | 77 | 377 | 141 | 113 | 0 | 0 | 343 | 144 | 64 |
| Binary | 1000 | 111111 | 11111111 | 1100001 | 1001011 | 0 | 0 | 11100011 | 1100100 | 110100 |
Color Harmonies of #083FFF
Complementary color
Monochromatic Colors of #083FFF
Black with #083FFF
Text Example
Text Example
White with #083FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083FFF; }
p { color: rgb(8,63,255); }
H1.HeaderClassName
{
color: #083FFF;
}
.AnyTagClassName
{
color: #083FFF;
}
</style>
background-color css
<style>
a { background-color: #083FFF; }
a { background-color: rgb(8,63,255); }
div.DivClassName
{
background-color: #083FFF;
}
.BgClassName
{
background-color: #083FFF;
}
</style>
border-color css
<style>
span { border-color: #083FFF; }
span { border-color: rgb(8,63,255); }
td.TdClassName
{
border-color: #083FFF;
}
.TagClassName
{
border-color: #083FFF;
}
</style>