Shades of Blue #0800FF
Tints of Blue #0800FF
RGB
CMYK
RGB Variations
Color information
#0800FF (or 0x0800FF) is known color: Blue. HEX triplet: 08, 00 and FF. RGB value is (8,0,255). Sum of RGB (Red+Green+Blue) = 8+0+255=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 255 (100% from 255 or 96.96% from 263); Max value from RGB is 255 - color contains mainly: blue. Hex color #0800FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0800FF is #F7FF00. Grayscale: #1E1E1E. Windows color (decimal): -16252673 or 16711688. OLE color: 16711688.
HSL color Cylindrical-coordinate representation of color #0800FF: hue angle of 241.88º 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 #0800FF is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 0 | 255 | - |
| CMYK | 0.97 | 1 | 0 | 0 |
| HSL | 241.88º | 1% | 0.5% | - |
| HSV(B) | 241.88º | 1% | 1% | - |
| XYZ | 18.15 | 7.27 | 95.05 | - |
| YUV | 31.46 | 254.15 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 255 | 0.97 | 1 | 0 | 0 | 241.88 | 1 | 0.5 |
| Hex | 8 | 0 | FF | 61 | 64 | 0 | 0 | F2 | 64 | 32 |
| Octal | 10 | 0 | 377 | 141 | 144 | 0 | 0 | 362 | 144 | 62 |
| Binary | 1000 | 0 | 11111111 | 1100001 | 1100100 | 0 | 0 | 11110010 | 1100100 | 110010 |
Color Harmonies of #0800FF
Complementary color
Monochromatic Colors of #0800FF
Black with #0800FF
Text Example
Text Example
White with #0800FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0800FF; }
p { color: rgb(8,0,255); }
H1.HeaderClassName
{
color: #0800FF;
}
.AnyTagClassName
{
color: #0800FF;
}
</style>
background-color css
<style>
a { background-color: #0800FF; }
a { background-color: rgb(8,0,255); }
div.DivClassName
{
background-color: #0800FF;
}
.BgClassName
{
background-color: #0800FF;
}
</style>
border-color css
<style>
span { border-color: #0800FF; }
span { border-color: rgb(8,0,255); }
td.TdClassName
{
border-color: #0800FF;
}
.TagClassName
{
border-color: #0800FF;
}
</style>