Shades of Blue #080FFA
Tints of Blue #080FFA
RGB
CMYK
RGB Variations
Color information
#080FFA (or 0x080FFA) is known color: Blue. HEX triplet: 08, 0F and FA. RGB value is (8,15,250). Sum of RGB (Red+Green+Blue) = 8+15+250=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 250 (98.05% from 255 or 91.58% from 273); Max value from RGB is 250 - color contains mainly: blue. Hex color #080FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080FFA is #F7F005. Grayscale: #262626. Windows color (decimal): -16248838 or 16387848. OLE color: 16387848.
HSL color Cylindrical-coordinate representation of color #080FFA: hue angle of 238.26º 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 #080FFA is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 15 | 250 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.02 |
| HSL | 238.26º | 0.96% | 0.51% | - |
| HSV(B) | 238.26º | 0.97% | 0.98% | - |
| XYZ | 17.53 | 7.3 | 90.93 | - |
| YUV | 39.7 | 246.68 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 250 | 0.97 | 0.94 | 0 | 0.02 | 238.26 | 0.96 | 0.51 |
| Hex | 8 | F | FA | 61 | 5E | 0 | 2 | EE | 60 | 33 |
| Octal | 10 | 17 | 372 | 141 | 136 | 0 | 2 | 356 | 140 | 63 |
| Binary | 1000 | 1111 | 11111010 | 1100001 | 1011110 | 0 | 10 | 11101110 | 1100000 | 110011 |
Color Harmonies of #080FFA
Complementary color
Monochromatic Colors of #080FFA
Black with #080FFA
Text Example
Text Example
White with #080FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FFA; }
p { color: rgb(8,15,250); }
H1.HeaderClassName
{
color: #080FFA;
}
.AnyTagClassName
{
color: #080FFA;
}
</style>
background-color css
<style>
a { background-color: #080FFA; }
a { background-color: rgb(8,15,250); }
div.DivClassName
{
background-color: #080FFA;
}
.BgClassName
{
background-color: #080FFA;
}
</style>
border-color css
<style>
span { border-color: #080FFA; }
span { border-color: rgb(8,15,250); }
td.TdClassName
{
border-color: #080FFA;
}
.TagClassName
{
border-color: #080FFA;
}
</style>