Shades of Blue #081CFC
Tints of Blue #081CFC
RGB
CMYK
RGB Variations
Color information
#081CFC (or 0x081CFC) is known color: Blue. HEX triplet: 08, 1C and FC. RGB value is (8,28,252). Sum of RGB (Red+Green+Blue) = 8+28+252=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 252 (98.83% from 255 or 87.5% from 288); Max value from RGB is 252 - color contains mainly: blue. Hex color #081CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081CFC is #F7E303. Grayscale: #2E2E2E. Windows color (decimal): -16245508 or 16522248. OLE color: 16522248.
HSL color Cylindrical-coordinate representation of color #081CFC: hue angle of 235.08º 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 #081CFC is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 28 | 252 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.01 |
| HSL | 235.08º | 0.98% | 0.51% | - |
| HSV(B) | 235.08º | 0.97% | 0.99% | - |
| XYZ | 18.09 | 7.91 | 92.67 | - |
| YUV | 47.56 | 243.37 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 252 | 0.97 | 0.89 | 0 | 0.01 | 235.08 | 0.98 | 0.51 |
| Hex | 8 | 1C | FC | 61 | 59 | 0 | 1 | EB | 62 | 33 |
| Octal | 10 | 34 | 374 | 141 | 131 | 0 | 1 | 353 | 142 | 63 |
| Binary | 1000 | 11100 | 11111100 | 1100001 | 1011001 | 0 | 1 | 11101011 | 1100010 | 110011 |
Color Harmonies of #081CFC
Complementary color
Monochromatic Colors of #081CFC
Black with #081CFC
Text Example
Text Example
White with #081CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081CFC; }
p { color: rgb(8,28,252); }
H1.HeaderClassName
{
color: #081CFC;
}
.AnyTagClassName
{
color: #081CFC;
}
</style>
background-color css
<style>
a { background-color: #081CFC; }
a { background-color: rgb(8,28,252); }
div.DivClassName
{
background-color: #081CFC;
}
.BgClassName
{
background-color: #081CFC;
}
</style>
border-color css
<style>
span { border-color: #081CFC; }
span { border-color: rgb(8,28,252); }
td.TdClassName
{
border-color: #081CFC;
}
.TagClassName
{
border-color: #081CFC;
}
</style>