Shades of Blue #083CFC
Tints of Blue #083CFC
RGB
CMYK
RGB Variations
Color information
#083CFC (or 0x083CFC) is known color: Blue. HEX triplet: 08, 3C and FC. RGB value is (8,60,252). Sum of RGB (Red+Green+Blue) = 8+60+252=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #083CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CFC is #F7C303. Grayscale: #414141. Windows color (decimal): -16237316 or 16530440. OLE color: 16530440.
HSL color Cylindrical-coordinate representation of color #083CFC: hue angle of 227.21º 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 #083CFC is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 60 | 252 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.01 |
| HSL | 227.21º | 0.98% | 0.51% | - |
| HSV(B) | 227.21º | 0.97% | 0.99% | - |
| XYZ | 19.29 | 10.31 | 93.07 | - |
| YUV | 66.34 | 232.77 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 252 | 0.97 | 0.76 | 0 | 0.01 | 227.21 | 0.98 | 0.51 |
| Hex | 8 | 3C | FC | 61 | 4C | 0 | 1 | E3 | 62 | 33 |
| Octal | 10 | 74 | 374 | 141 | 114 | 0 | 1 | 343 | 142 | 63 |
| Binary | 1000 | 111100 | 11111100 | 1100001 | 1001100 | 0 | 1 | 11100011 | 1100010 | 110011 |
Color Harmonies of #083CFC
Complementary color
Monochromatic Colors of #083CFC
Black with #083CFC
Text Example
Text Example
White with #083CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CFC; }
p { color: rgb(8,60,252); }
H1.HeaderClassName
{
color: #083CFC;
}
.AnyTagClassName
{
color: #083CFC;
}
</style>
background-color css
<style>
a { background-color: #083CFC; }
a { background-color: rgb(8,60,252); }
div.DivClassName
{
background-color: #083CFC;
}
.BgClassName
{
background-color: #083CFC;
}
</style>
border-color css
<style>
span { border-color: #083CFC; }
span { border-color: rgb(8,60,252); }
td.TdClassName
{
border-color: #083CFC;
}
.TagClassName
{
border-color: #083CFC;
}
</style>