Shades of Blue #083CFD
Tints of Blue #083CFD
RGB
CMYK
RGB Variations
Color information
#083CFD (or 0x083CFD) is known color: Blue. HEX triplet: 08, 3C and FD. RGB value is (8,60,253). Sum of RGB (Red+Green+Blue) = 8+60+253=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #083CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CFD is #F7C302. Grayscale: #414141. Windows color (decimal): -16237315 or 16595976. OLE color: 16595976.
HSL color Cylindrical-coordinate representation of color #083CFD: hue angle of 227.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083CFD is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 60 | 253 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.01 |
| HSL | 227.27º | 0.98% | 0.51% | - |
| HSV(B) | 227.27º | 0.97% | 0.99% | - |
| XYZ | 19.45 | 10.38 | 93.91 | - |
| YUV | 66.45 | 233.27 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 253 | 0.97 | 0.76 | 0 | 0.01 | 227.27 | 0.98 | 0.51 |
| Hex | 8 | 3C | FD | 61 | 4C | 0 | 1 | E3 | 62 | 33 |
| Octal | 10 | 74 | 375 | 141 | 114 | 0 | 1 | 343 | 142 | 63 |
| Binary | 1000 | 111100 | 11111101 | 1100001 | 1001100 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #083CFD
Complementary color
Monochromatic Colors of #083CFD
Black with #083CFD
Text Example
Text Example
White with #083CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CFD; }
p { color: rgb(8,60,253); }
H1.HeaderClassName
{
color: #083CFD;
}
.AnyTagClassName
{
color: #083CFD;
}
</style>
background-color css
<style>
a { background-color: #083CFD; }
a { background-color: rgb(8,60,253); }
div.DivClassName
{
background-color: #083CFD;
}
.BgClassName
{
background-color: #083CFD;
}
</style>
border-color css
<style>
span { border-color: #083CFD; }
span { border-color: rgb(8,60,253); }
td.TdClassName
{
border-color: #083CFD;
}
.TagClassName
{
border-color: #083CFD;
}
</style>