Shades of Blue #080CF1
Tints of Blue #080CF1
RGB
CMYK
RGB Variations
Color information
#080CF1 (or 0x080CF1) is known color: Blue. HEX triplet: 08, 0C and F1. RGB value is (8,12,241). Sum of RGB (Red+Green+Blue) = 8+12+241=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 241 (94.53% from 255 or 92.34% from 261); Max value from RGB is 241 - color contains mainly: blue. Hex color #080CF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080CF1 is #F7F30E. Grayscale: #232323. Windows color (decimal): -16249615 or 15797256. OLE color: 15797256.
HSL color Cylindrical-coordinate representation of color #080CF1: hue angle of 238.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080CF1 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 12 | 241 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.05 |
| HSL | 238.97º | 0.94% | 0.49% | - |
| HSV(B) | 238.97º | 0.97% | 0.95% | - |
| XYZ | 16.11 | 6.67 | 83.66 | - |
| YUV | 36.91 | 243.17 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 241 | 0.97 | 0.95 | 0 | 0.05 | 238.97 | 0.94 | 0.49 |
| Hex | 8 | C | F1 | 61 | 5F | 0 | 5 | EF | 5E | 31 |
| Octal | 10 | 14 | 361 | 141 | 137 | 0 | 5 | 357 | 136 | 61 |
| Binary | 1000 | 1100 | 11110001 | 1100001 | 1011111 | 0 | 101 | 11101111 | 1011110 | 110001 |
Color Harmonies of #080CF1
Complementary color
Monochromatic Colors of #080CF1
Black with #080CF1
Text Example
Text Example
White with #080CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CF1; }
p { color: rgb(8,12,241); }
H1.HeaderClassName
{
color: #080CF1;
}
.AnyTagClassName
{
color: #080CF1;
}
</style>
background-color css
<style>
a { background-color: #080CF1; }
a { background-color: rgb(8,12,241); }
div.DivClassName
{
background-color: #080CF1;
}
.BgClassName
{
background-color: #080CF1;
}
</style>
border-color css
<style>
span { border-color: #080CF1; }
span { border-color: rgb(8,12,241); }
td.TdClassName
{
border-color: #080CF1;
}
.TagClassName
{
border-color: #080CF1;
}
</style>