Shades of Blue #080EFD
Tints of Blue #080EFD
RGB
CMYK
RGB Variations
Color information
#080EFD (or 0x080EFD) is known color: Blue. HEX triplet: 08, 0E and FD. RGB value is (8,14,253). Sum of RGB (Red+Green+Blue) = 8+14+253=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 253 (99.22% from 255 or 92% from 275); Max value from RGB is 253 - color contains mainly: blue. Hex color #080EFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080EFD is #F7F102. Grayscale: #262626. Windows color (decimal): -16249091 or 16584200. OLE color: 16584200.
HSL color Cylindrical-coordinate representation of color #080EFD: hue angle of 238.53º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080EFD is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 14 | 253 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.01 |
| HSL | 238.53º | 0.98% | 0.51% | - |
| HSV(B) | 238.53º | 0.97% | 0.99% | - |
| XYZ | 17.99 | 7.46 | 93.42 | - |
| YUV | 39.45 | 248.51 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 253 | 0.97 | 0.94 | 0 | 0.01 | 238.53 | 0.98 | 0.51 |
| Hex | 8 | E | FD | 61 | 5E | 0 | 1 | EF | 62 | 33 |
| Octal | 10 | 16 | 375 | 141 | 136 | 0 | 1 | 357 | 142 | 63 |
| Binary | 1000 | 1110 | 11111101 | 1100001 | 1011110 | 0 | 1 | 11101111 | 1100010 | 110011 |
Color Harmonies of #080EFD
Complementary color
Monochromatic Colors of #080EFD
Black with #080EFD
Text Example
Text Example
White with #080EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EFD; }
p { color: rgb(8,14,253); }
H1.HeaderClassName
{
color: #080EFD;
}
.AnyTagClassName
{
color: #080EFD;
}
</style>
background-color css
<style>
a { background-color: #080EFD; }
a { background-color: rgb(8,14,253); }
div.DivClassName
{
background-color: #080EFD;
}
.BgClassName
{
background-color: #080EFD;
}
</style>
border-color css
<style>
span { border-color: #080EFD; }
span { border-color: rgb(8,14,253); }
td.TdClassName
{
border-color: #080EFD;
}
.TagClassName
{
border-color: #080EFD;
}
</style>