Shades of Blue #080CFF
Tints of Blue #080CFF
RGB
CMYK
RGB Variations
Color information
#080CFF (or 0x080CFF) is known color: Blue. HEX triplet: 08, 0C and FF. RGB value is (8,12,255). Sum of RGB (Red+Green+Blue) = 8+12+255=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 255 (100% from 255 or 92.73% from 275); Max value from RGB is 255 - color contains mainly: blue. Hex color #080CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080CFF is #F7F300. Grayscale: #252525. Windows color (decimal): -16249601 or 16714760. OLE color: 16714760.
HSL color Cylindrical-coordinate representation of color #080CFF: hue angle of 239.03º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080CFF is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 12 | 255 | - |
| CMYK | 0.97 | 0.95 | 0 | 0 |
| HSL | 239.03º | 1% | 0.52% | - |
| HSV(B) | 239.03º | 0.97% | 1% | - |
| XYZ | 18.28 | 7.53 | 95.1 | - |
| YUV | 38.51 | 250.17 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 255 | 0.97 | 0.95 | 0 | 0 | 239.03 | 1 | 0.52 |
| Hex | 8 | C | FF | 61 | 5F | 0 | 0 | EF | 64 | 34 |
| Octal | 10 | 14 | 377 | 141 | 137 | 0 | 0 | 357 | 144 | 64 |
| Binary | 1000 | 1100 | 11111111 | 1100001 | 1011111 | 0 | 0 | 11101111 | 1100100 | 110100 |
Color Harmonies of #080CFF
Complementary color
Monochromatic Colors of #080CFF
Black with #080CFF
Text Example
Text Example
White with #080CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CFF; }
p { color: rgb(8,12,255); }
H1.HeaderClassName
{
color: #080CFF;
}
.AnyTagClassName
{
color: #080CFF;
}
</style>
background-color css
<style>
a { background-color: #080CFF; }
a { background-color: rgb(8,12,255); }
div.DivClassName
{
background-color: #080CFF;
}
.BgClassName
{
background-color: #080CFF;
}
</style>
border-color css
<style>
span { border-color: #080CFF; }
span { border-color: rgb(8,12,255); }
td.TdClassName
{
border-color: #080CFF;
}
.TagClassName
{
border-color: #080CFF;
}
</style>