#0800FF

Color #0800FF Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0800FF

Tints of Blue #0800FF

Color information

#0800FF (or 0x0800FF) is unknown color: approx 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

RGB80255-
CMYK0.97100
HSL241.88º100%50%-
HSV(B)241.88º100%100%-
XYZ18.157.2795.05-
YUV31.46254.15111.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 96.96%
R=3.04%
G=0%
B=96.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal802550.97100241.8810050
Hex80FF616400f26432
Octal1003771411440036214462
Binary10000111111111100001110010000111100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>