#089FF8

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

Shades of Dodger Blue #089FF8

Tints of Dodger Blue #089FF8

Color information

#089FF8 (or 0x089FF8) is unknown color: approx Dodger Blue. HEX triplet: 08, 9F and F8. RGB value is (8,159,248). Sum of RGB (Red+Green+Blue) = 8+159+248=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #089FF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089FF8 is #F76007. Grayscale: #7B7B7B. Windows color (decimal): -16211976 or 16293640. OLE color: 16293640.

HSL color Cylindrical-coordinate representation of color #089FF8: hue angle of 202.25º 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 #089FF8 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8159248-
CMYK0.970.3600.03
HSL202.25º94.49%50.2%-
HSV(B)202.25º96.77%97.25%-
XYZ29.4431.6393.36-
YUV124197.9745.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.93%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 248 (97.27% from 255) = 59.76%
R=1.93%
G=38.31%
B=59.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal81592480.970.3600.03202.2594.4950.2
Hex89FF8612403ca5e32
Octal10237370141440331213662
Binary100010011111111110001100001100100011110010101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,159,248); }

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

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

 a { background-color: rgb(8,159,248); }

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

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

 span { border-color: rgb(8,159,248); }

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