#0886F7

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

Shades of Dodger Blue #0886F7

Tints of Dodger Blue #0886F7

Color information

#0886F7 (or 0x0886F7) is unknown color: approx Dodger Blue. HEX triplet: 08, 86 and F7. RGB value is (8,134,247). Sum of RGB (Red+Green+Blue) = 8+134+247=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #0886F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0886F7 is #F77908. Grayscale: #6C6C6C. Windows color (decimal): -16218377 or 16221704. OLE color: 16221704.

HSL color Cylindrical-coordinate representation of color #0886F7: hue angle of 208.37º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0886F7 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8134247-
CMYK0.970.4600.03
HSL208.37º93.73%50%-
HSV(B)208.37º96.76%96.86%-
XYZ25.4123.8291.25-
YUV109.21205.7655.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.06%
GREEN value IS 134 (52.73% from 255) = 34.45%
BLUE value IS 247 (96.88% from 255) = 63.50%
R=2.06%
G=34.45%
B=63.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal81342470.970.4600.03208.3793.7350
Hex886F7612E03d05e32
Octal10206367141560332013662
Binary100010000110111101111100001101110011110100001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0886F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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