Shades of Blue #080AFE
Tints of Blue #080AFE
RGB
CMYK
RGB Variations
Color information
#080AFE (or 0x080AFE) is known color: Blue. HEX triplet: 08, 0A and FE. RGB value is (8,10,254). Sum of RGB (Red+Green+Blue) = 8+10+254=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 254 (99.61% from 255 or 93.38% from 272); Max value from RGB is 254 - color contains mainly: blue. Hex color #080AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080AFE is #F7F501. Grayscale: #242424. Windows color (decimal): -16250114 or 16648712. OLE color: 16648712.
HSL color Cylindrical-coordinate representation of color #080AFE: hue angle of 239.51º 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 #080AFE is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 10 | 254 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.00 |
| HSL | 239.51º | 0.99% | 0.51% | - |
| HSV(B) | 239.51º | 0.97% | 1% | - |
| XYZ | 18.1 | 7.42 | 94.25 | - |
| YUV | 37.22 | 250.34 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 254 | 0.97 | 0.96 | 0 | 0.00 | 239.51 | 0.99 | 0.51 |
| Hex | 8 | A | FE | 61 | 60 | 0 | 0 | F0 | 63 | 33 |
| Octal | 10 | 12 | 376 | 141 | 140 | 0 | 0 | 360 | 143 | 63 |
| Binary | 1000 | 1010 | 11111110 | 1100001 | 1100000 | 0 | 0 | 11110000 | 1100011 | 110011 |
Color Harmonies of #080AFE
Complementary color
Monochromatic Colors of #080AFE
Black with #080AFE
Text Example
Text Example
White with #080AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AFE; }
p { color: rgb(8,10,254); }
H1.HeaderClassName
{
color: #080AFE;
}
.AnyTagClassName
{
color: #080AFE;
}
</style>
background-color css
<style>
a { background-color: #080AFE; }
a { background-color: rgb(8,10,254); }
div.DivClassName
{
background-color: #080AFE;
}
.BgClassName
{
background-color: #080AFE;
}
</style>
border-color css
<style>
span { border-color: #080AFE; }
span { border-color: rgb(8,10,254); }
td.TdClassName
{
border-color: #080AFE;
}
.TagClassName
{
border-color: #080AFE;
}
</style>