Shades of Blue #080EFA
Tints of Blue #080EFA
RGB
CMYK
RGB Variations
Color information
#080EFA (or 0x080EFA) is known color: Blue. HEX triplet: 08, 0E and FA. RGB value is (8,14,250). Sum of RGB (Red+Green+Blue) = 8+14+250=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 250 (98.05% from 255 or 91.91% from 272); Max value from RGB is 250 - color contains mainly: blue. Hex color #080EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080EFA is #F7F105. Grayscale: #262626. Windows color (decimal): -16249094 or 16387592. OLE color: 16387592.
HSL color Cylindrical-coordinate representation of color #080EFA: hue angle of 238.51º 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 #080EFA is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 14 | 250 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.02 |
| HSL | 238.51º | 0.96% | 0.51% | - |
| HSV(B) | 238.51º | 0.97% | 0.98% | - |
| XYZ | 17.51 | 7.27 | 90.92 | - |
| YUV | 39.11 | 247.01 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 250 | 0.97 | 0.94 | 0 | 0.02 | 238.51 | 0.96 | 0.51 |
| Hex | 8 | E | FA | 61 | 5E | 0 | 2 | EF | 60 | 33 |
| Octal | 10 | 16 | 372 | 141 | 136 | 0 | 2 | 357 | 140 | 63 |
| Binary | 1000 | 1110 | 11111010 | 1100001 | 1011110 | 0 | 10 | 11101111 | 1100000 | 110011 |
Color Harmonies of #080EFA
Complementary color
Monochromatic Colors of #080EFA
Black with #080EFA
Text Example
Text Example
White with #080EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EFA; }
p { color: rgb(8,14,250); }
H1.HeaderClassName
{
color: #080EFA;
}
.AnyTagClassName
{
color: #080EFA;
}
</style>
background-color css
<style>
a { background-color: #080EFA; }
a { background-color: rgb(8,14,250); }
div.DivClassName
{
background-color: #080EFA;
}
.BgClassName
{
background-color: #080EFA;
}
</style>
border-color css
<style>
span { border-color: #080EFA; }
span { border-color: rgb(8,14,250); }
td.TdClassName
{
border-color: #080EFA;
}
.TagClassName
{
border-color: #080EFA;
}
</style>