Shades of Blue #0809FE
Tints of Blue #0809FE
RGB
CMYK
RGB Variations
Color information
#0809FE (or 0x0809FE) is known color: Blue. HEX triplet: 08, 09 and FE. RGB value is (8,9,254). Sum of RGB (Red+Green+Blue) = 8+9+254=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #0809FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0809FE is #F7F601. Grayscale: #232323. Windows color (decimal): -16250370 or 16648456. OLE color: 16648456.
HSL color Cylindrical-coordinate representation of color #0809FE: hue angle of 239.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0809FE is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 9 | 254 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.00 |
| HSL | 239.76º | 0.99% | 0.51% | - |
| HSV(B) | 239.76º | 0.97% | 1% | - |
| XYZ | 18.09 | 7.4 | 94.24 | - |
| YUV | 36.63 | 250.67 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 254 | 0.97 | 0.96 | 0 | 0.00 | 239.76 | 0.99 | 0.51 |
| Hex | 8 | 9 | FE | 61 | 60 | 0 | 0 | F0 | 63 | 33 |
| Octal | 10 | 11 | 376 | 141 | 140 | 0 | 0 | 360 | 143 | 63 |
| Binary | 1000 | 1001 | 11111110 | 1100001 | 1100000 | 0 | 0 | 11110000 | 1100011 | 110011 |
Color Harmonies of #0809FE
Complementary color
Monochromatic Colors of #0809FE
Black with #0809FE
Text Example
Text Example
White with #0809FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0809FE; }
p { color: rgb(8,9,254); }
H1.HeaderClassName
{
color: #0809FE;
}
.AnyTagClassName
{
color: #0809FE;
}
</style>
background-color css
<style>
a { background-color: #0809FE; }
a { background-color: rgb(8,9,254); }
div.DivClassName
{
background-color: #0809FE;
}
.BgClassName
{
background-color: #0809FE;
}
</style>
border-color css
<style>
span { border-color: #0809FE; }
span { border-color: rgb(8,9,254); }
td.TdClassName
{
border-color: #0809FE;
}
.TagClassName
{
border-color: #0809FE;
}
</style>