Shades of Blue #080AF3
Tints of Blue #080AF3
RGB
CMYK
RGB Variations
Color information
#080AF3 (or 0x080AF3) is known color: Blue. HEX triplet: 08, 0A and F3. RGB value is (8,10,243). Sum of RGB (Red+Green+Blue) = 8+10+243=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 243 (95.31% from 255 or 93.10% from 261); Max value from RGB is 243 - color contains mainly: blue. Hex color #080AF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080AF3 is #F7F50C. Grayscale: #232323. Windows color (decimal): -16250125 or 15927816. OLE color: 15927816.
HSL color Cylindrical-coordinate representation of color #080AF3: hue angle of 239.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080AF3 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 10 | 243 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.05 |
| HSL | 239.49º | 0.94% | 0.49% | - |
| HSV(B) | 239.49º | 0.97% | 0.95% | - |
| XYZ | 16.39 | 6.74 | 85.23 | - |
| YUV | 35.96 | 244.84 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 243 | 0.97 | 0.96 | 0 | 0.05 | 239.49 | 0.94 | 0.49 |
| Hex | 8 | A | F3 | 61 | 60 | 0 | 5 | EF | 5E | 31 |
| Octal | 10 | 12 | 363 | 141 | 140 | 0 | 5 | 357 | 136 | 61 |
| Binary | 1000 | 1010 | 11110011 | 1100001 | 1100000 | 0 | 101 | 11101111 | 1011110 | 110001 |
Color Harmonies of #080AF3
Complementary color
Monochromatic Colors of #080AF3
Black with #080AF3
Text Example
Text Example
White with #080AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080AF3; }
p { color: rgb(8,10,243); }
H1.HeaderClassName
{
color: #080AF3;
}
.AnyTagClassName
{
color: #080AF3;
}
</style>
background-color css
<style>
a { background-color: #080AF3; }
a { background-color: rgb(8,10,243); }
div.DivClassName
{
background-color: #080AF3;
}
.BgClassName
{
background-color: #080AF3;
}
</style>
border-color css
<style>
span { border-color: #080AF3; }
span { border-color: rgb(8,10,243); }
td.TdClassName
{
border-color: #080AF3;
}
.TagClassName
{
border-color: #080AF3;
}
</style>