Shades of Blue #080AFA
Tints of Blue #080AFA
RGB
CMYK
RGB Variations
Color information
#080AFA (or 0x080AFA) is known color: Blue. HEX triplet: 08, 0A and FA. RGB value is (8,10,250). Sum of RGB (Red+Green+Blue) = 8+10+250=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 250 (98.05% from 255 or 93.28% from 268); Max value from RGB is 250 - color contains mainly: blue. Hex color #080AFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080AFA is #F7F505. Grayscale: #232323. Windows color (decimal): -16250118 or 16386568. OLE color: 16386568.
HSL color Cylindrical-coordinate representation of color #080AFA: hue angle of 239.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080AFA is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 10 | 250 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.02 |
| HSL | 239.5º | 0.96% | 0.51% | - |
| HSV(B) | 239.5º | 0.97% | 0.98% | - |
| XYZ | 17.46 | 7.17 | 90.91 | - |
| YUV | 36.76 | 248.34 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 250 | 0.97 | 0.96 | 0 | 0.02 | 239.5 | 0.96 | 0.51 |
| Hex | 8 | A | FA | 61 | 60 | 0 | 2 | F0 | 60 | 33 |
| Octal | 10 | 12 | 372 | 141 | 140 | 0 | 2 | 360 | 140 | 63 |
| Binary | 1000 | 1010 | 11111010 | 1100001 | 1100000 | 0 | 10 | 11110000 | 1100000 | 110011 |
Color Harmonies of #080AFA
Complementary color
Monochromatic Colors of #080AFA
Black with #080AFA
Text Example
Text Example
White with #080AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AFA; }
p { color: rgb(8,10,250); }
H1.HeaderClassName
{
color: #080AFA;
}
.AnyTagClassName
{
color: #080AFA;
}
</style>
background-color css
<style>
a { background-color: #080AFA; }
a { background-color: rgb(8,10,250); }
div.DivClassName
{
background-color: #080AFA;
}
.BgClassName
{
background-color: #080AFA;
}
</style>
border-color css
<style>
span { border-color: #080AFA; }
span { border-color: rgb(8,10,250); }
td.TdClassName
{
border-color: #080AFA;
}
.TagClassName
{
border-color: #080AFA;
}
</style>