#0008EB

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

Shades of Blue #0008EB

Tints of Blue #0008EB

Color information

#0008EB (or 0x0008EB) is unknown color: approx Blue. HEX triplet: 00, 08 and EB. RGB value is (0,8,235). Sum of RGB (Red+Green+Blue) = 0+8+235=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 8 (3.52% from 255 or 3.29% 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 #0008EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0008EB is #FFF714. Grayscale: #1E1E1E. Windows color (decimal): -16774933 or 15403008. OLE color: 15403008.

HSL color Cylindrical-coordinate representation of color #0008EB: hue angle of 237.96º 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 #0008EB is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB08235-
CMYK10.9700.08
HSL237.96º100%46.08%-
HSV(B)237.96º100%92.16%-
XYZ15.086.1778.99-
YUV31.49242.85105.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal0823510.9700.08237.9610046.08
Hex08EB646108ee642e
Octal01035314414101035614456
Binary01000111010111100100110000101000111011101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0008EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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