Shades of Blue #081CFE
Tints of Blue #081CFE
RGB
CMYK
RGB Variations
Color information
#081CFE (or 0x081CFE) is known color: Blue. HEX triplet: 08, 1C and FE. RGB value is (8,28,254). Sum of RGB (Red+Green+Blue) = 8+28+254=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 254 (99.61% from 255 or 87.59% from 290); Max value from RGB is 254 - color contains mainly: blue. Hex color #081CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081CFE is #F7E301. Grayscale: #2E2E2E. Windows color (decimal): -16245506 or 16653320. OLE color: 16653320.
HSL color Cylindrical-coordinate representation of color #081CFE: hue angle of 235.12º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081CFE is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 28 | 254 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.00 |
| HSL | 235.12º | 0.99% | 0.51% | - |
| HSV(B) | 235.12º | 0.97% | 1% | - |
| XYZ | 18.4 | 8.04 | 94.35 | - |
| YUV | 47.78 | 244.37 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 254 | 0.97 | 0.89 | 0 | 0.00 | 235.12 | 0.99 | 0.51 |
| Hex | 8 | 1C | FE | 61 | 59 | 0 | 0 | EB | 63 | 33 |
| Octal | 10 | 34 | 376 | 141 | 131 | 0 | 0 | 353 | 143 | 63 |
| Binary | 1000 | 11100 | 11111110 | 1100001 | 1011001 | 0 | 0 | 11101011 | 1100011 | 110011 |
Color Harmonies of #081CFE
Complementary color
Monochromatic Colors of #081CFE
Black with #081CFE
Text Example
Text Example
White with #081CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081CFE; }
p { color: rgb(8,28,254); }
H1.HeaderClassName
{
color: #081CFE;
}
.AnyTagClassName
{
color: #081CFE;
}
</style>
background-color css
<style>
a { background-color: #081CFE; }
a { background-color: rgb(8,28,254); }
div.DivClassName
{
background-color: #081CFE;
}
.BgClassName
{
background-color: #081CFE;
}
</style>
border-color css
<style>
span { border-color: #081CFE; }
span { border-color: rgb(8,28,254); }
td.TdClassName
{
border-color: #081CFE;
}
.TagClassName
{
border-color: #081CFE;
}
</style>