#0800EB

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

Shades of Blue #0800EB

Tints of Blue #0800EB

Color information

#0800EB (or 0x0800EB) is unknown color: approx Blue. HEX triplet: 08, 00 and EB. RGB value is (8,0,235). Sum of RGB (Red+Green+Blue) = 8+0+235=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 235 (92.19% from 255 or 96.71% from 243); Max value from RGB is 235 - color contains mainly: blue. Hex color #0800EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0800EB is #F7FF14. Grayscale: #1C1C1C. Windows color (decimal): -16252693 or 15400968. OLE color: 15400968.

HSL color Cylindrical-coordinate representation of color #0800EB: hue angle of 242.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0800EB is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB80235-
CMYK0.97100.08
HSL242.04º100%46.08%-
HSV(B)242.04º100%92.16%-
XYZ15.16.0578.97-
YUV29.18244.15112.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 96.71%
R=3.29%
G=0%
B=96.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802350.97100.08242.0410046.08
Hex80EB616408f2642e
Octal10035314114401036214456
Binary10000111010111100001110010001000111100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0800EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0800EB; }

 p { color: rgb(8,0,235); }

 H1.HeaderClassName
 {
   color: #0800EB;
 }
 .AnyTagClassName
 {
   color: #0800EB;
 }
</style>
background-color css

<style>
 a { background-color: #0800EB; }

 a { background-color: rgb(8,0,235); }

 div.DivClassName
 {
   background-color: #0800EB;
 }
 .BgClassName
 {
   background-color: #0800EB;
 }
</style>
border-color css

<style>
 span { border-color: #0800EB; }

 span { border-color: rgb(8,0,235); }

 td.TdClassName
 {
   border-color: #0800EB;
 }
 .TagClassName
 {
   border-color: #0800EB;
 }
</style>