#0886e1

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

Shades of Dodger Blue #0886E1

Tints of Dodger Blue #0886E1

Color information

#0886E1 (or 0x0886E1) is unknown color: approx Dodger Blue. HEX triplet: 08, 86 and E1. RGB value is (8,134,225). Sum of RGB (Red+Green+Blue) = 8+134+225=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 225 (88.28% from 255 or 61.31% from 367); Max value from RGB is 225 - color contains mainly: blue. Hex color #0886E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0886E1 is #F7791E. Grayscale: #6A6A6A. Windows color (decimal): -16218399 or 14779912. OLE color: 14779912.

HSL color Cylindrical-coordinate representation of color #0886E1: hue angle of 205.16º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0886E1 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8134225-
CMYK0.960.4000.12
HSL205.16º93.13%45.69%-
HSV(B)205.16º96.44%88.24%-
XYZ22.2222.5474.41-
YUV106.7194.7657.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.18%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 225 (88.28% from 255) = 61.31%
R=2.18%
G=36.51%
B=61.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal81342250.960.4000.12205.1693.1345.69
Hex886E160280Ccd5d2e
Octal102063411405001431513556
Binary10001000011011100001110000010100001100110011011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0886e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0886e1; }

 p { color: rgb(8,134,225); }

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

<style>
 a { background-color: #0886e1; }

 a { background-color: rgb(8,134,225); }

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

<style>
 span { border-color: #0886e1; }

 span { border-color: rgb(8,134,225); }

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