Shades of Blue #0800FE
Tints of Blue #0800FE
RGB
CMYK
RGB Variations
Color information
#0800FE (or 0x0800FE) is known color: Blue. HEX triplet: 08, 00 and FE. RGB value is (8,0,254). Sum of RGB (Red+Green+Blue) = 8+0+254=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 254 (99.61% from 255 or 96.95% from 262); Max value from RGB is 254 - color contains mainly: blue. Hex color #0800FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0800FE is #F7FF01. Grayscale: #1E1E1E. Windows color (decimal): -16252674 or 16646152. OLE color: 16646152.
HSL color Cylindrical-coordinate representation of color #0800FE: hue angle of 241.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800FE is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 0 | 254 | - |
| CMYK | 0.97 | 1 | 0 | 0.00 |
| HSL | 241.89º | 1% | 0.5% | - |
| HSV(B) | 241.89º | 1% | 1% | - |
| XYZ | 17.99 | 7.21 | 94.21 | - |
| YUV | 31.35 | 253.65 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 254 | 0.97 | 1 | 0 | 0.00 | 241.89 | 1 | 0.5 |
| Hex | 8 | 0 | FE | 61 | 64 | 0 | 0 | F2 | 64 | 32 |
| Octal | 10 | 0 | 376 | 141 | 144 | 0 | 0 | 362 | 144 | 62 |
| Binary | 1000 | 0 | 11111110 | 1100001 | 1100100 | 0 | 0 | 11110010 | 1100100 | 110010 |
Color Harmonies of #0800FE
Complementary color
Monochromatic Colors of #0800FE
Black with #0800FE
Text Example
Text Example
White with #0800FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0800FE; }
p { color: rgb(8,0,254); }
H1.HeaderClassName
{
color: #0800FE;
}
.AnyTagClassName
{
color: #0800FE;
}
</style>
background-color css
<style>
a { background-color: #0800FE; }
a { background-color: rgb(8,0,254); }
div.DivClassName
{
background-color: #0800FE;
}
.BgClassName
{
background-color: #0800FE;
}
</style>
border-color css
<style>
span { border-color: #0800FE; }
span { border-color: rgb(8,0,254); }
td.TdClassName
{
border-color: #0800FE;
}
.TagClassName
{
border-color: #0800FE;
}
</style>