Shades of Blue #083DFF
Tints of Blue #083DFF
RGB
CMYK
RGB Variations
Color information
#083DFF (or 0x083DFF) is known color: Blue. HEX triplet: 08, 3D and FF. RGB value is (8,61,255). Sum of RGB (Red+Green+Blue) = 8+61+255=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #083DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083DFF is #F7C200. Grayscale: #424242. Windows color (decimal): -16237057 or 16727304. OLE color: 16727304.
HSL color Cylindrical-coordinate representation of color #083DFF: hue angle of 227.13º 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 #083DFF is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 61 | 255 | - |
| CMYK | 0.97 | 0.76 | 0 | 0 |
| HSL | 227.13º | 1% | 0.52% | - |
| HSV(B) | 227.13º | 0.97% | 1% | - |
| XYZ | 19.82 | 10.61 | 95.61 | - |
| YUV | 67.27 | 233.94 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 255 | 0.97 | 0.76 | 0 | 0 | 227.13 | 1 | 0.52 |
| Hex | 8 | 3D | FF | 61 | 4C | 0 | 0 | E3 | 64 | 34 |
| Octal | 10 | 75 | 377 | 141 | 114 | 0 | 0 | 343 | 144 | 64 |
| Binary | 1000 | 111101 | 11111111 | 1100001 | 1001100 | 0 | 0 | 11100011 | 1100100 | 110100 |
Color Harmonies of #083DFF
Complementary color
Monochromatic Colors of #083DFF
Black with #083DFF
Text Example
Text Example
White with #083DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083DFF; }
p { color: rgb(8,61,255); }
H1.HeaderClassName
{
color: #083DFF;
}
.AnyTagClassName
{
color: #083DFF;
}
</style>
background-color css
<style>
a { background-color: #083DFF; }
a { background-color: rgb(8,61,255); }
div.DivClassName
{
background-color: #083DFF;
}
.BgClassName
{
background-color: #083DFF;
}
</style>
border-color css
<style>
span { border-color: #083DFF; }
span { border-color: rgb(8,61,255); }
td.TdClassName
{
border-color: #083DFF;
}
.TagClassName
{
border-color: #083DFF;
}
</style>