#089DF6

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

Shades of Dodger Blue #089DF6

Tints of Dodger Blue #089DF6

Color information

#089DF6 (or 0x089DF6) is unknown color: approx Dodger Blue. HEX triplet: 08, 9D and F6. RGB value is (8,157,246). Sum of RGB (Red+Green+Blue) = 8+157+246=411 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.95% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #089DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089DF6 is #F76209. Grayscale: #7A7A7A. Windows color (decimal): -16212490 or 16162056. OLE color: 16162056.

HSL color Cylindrical-coordinate representation of color #089DF6: hue angle of 202.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089DF6 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8157246-
CMYK0.970.3600.04
HSL202.44º93.7%49.8%-
HSV(B)202.44º96.75%96.47%-
XYZ28.7930.8291.62-
YUV122.59197.6446.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.95%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 246 (96.48% from 255) = 59.85%
R=1.95%
G=38.20%
B=59.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal81572460.970.3600.04202.4493.749.8
Hex89DF6612404ca5e32
Octal10235366141440431213662
Binary1000100111011111011011000011001000100110010101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #089DF6; }

 p { color: rgb(8,157,246); }

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

<style>
 a { background-color: #089DF6; }

 a { background-color: rgb(8,157,246); }

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

<style>
 span { border-color: #089DF6; }

 span { border-color: rgb(8,157,246); }

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