Shades of Blue #083FFC
Tints of Blue #083FFC
RGB
CMYK
RGB Variations
Color information
#083FFC (or 0x083FFC) is known color: Blue. HEX triplet: 08, 3F and FC. RGB value is (8,63,252). Sum of RGB (Red+Green+Blue) = 8+63+252=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #083FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083FFC is #F7C003. Grayscale: #434343. Windows color (decimal): -16236548 or 16531208. OLE color: 16531208.
HSL color Cylindrical-coordinate representation of color #083FFC: hue angle of 226.48º 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 #083FFC is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 63 | 252 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.01 |
| HSL | 226.48º | 0.98% | 0.51% | - |
| HSV(B) | 226.48º | 0.97% | 0.99% | - |
| XYZ | 19.45 | 10.63 | 93.12 | - |
| YUV | 68.1 | 231.78 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 252 | 0.97 | 0.75 | 0 | 0.01 | 226.48 | 0.98 | 0.51 |
| Hex | 8 | 3F | FC | 61 | 4B | 0 | 1 | E2 | 62 | 33 |
| Octal | 10 | 77 | 374 | 141 | 113 | 0 | 1 | 342 | 142 | 63 |
| Binary | 1000 | 111111 | 11111100 | 1100001 | 1001011 | 0 | 1 | 11100010 | 1100010 | 110011 |
Color Harmonies of #083FFC
Complementary color
Monochromatic Colors of #083FFC
Black with #083FFC
Text Example
Text Example
White with #083FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083FFC; }
p { color: rgb(8,63,252); }
H1.HeaderClassName
{
color: #083FFC;
}
.AnyTagClassName
{
color: #083FFC;
}
</style>
background-color css
<style>
a { background-color: #083FFC; }
a { background-color: rgb(8,63,252); }
div.DivClassName
{
background-color: #083FFC;
}
.BgClassName
{
background-color: #083FFC;
}
</style>
border-color css
<style>
span { border-color: #083FFC; }
span { border-color: rgb(8,63,252); }
td.TdClassName
{
border-color: #083FFC;
}
.TagClassName
{
border-color: #083FFC;
}
</style>