#0896F9

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

Shades of Dodger Blue #0896F9

Tints of Dodger Blue #0896F9

Color information

#0896F9 (or 0x0896F9) is unknown color: approx Dodger Blue. HEX triplet: 08, 96 and F9. RGB value is (8,150,249). Sum of RGB (Red+Green+Blue) = 8+150+249=407 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.97% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 249 (97.66% from 255 or 61.18% from 407); Max value from RGB is 249 - color contains mainly: blue. Hex color #0896F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0896F9 is #F76906. Grayscale: #767676. Windows color (decimal): -16214279 or 16356872. OLE color: 16356872.

HSL color Cylindrical-coordinate representation of color #0896F9: hue angle of 204.65º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0896F9 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8150249-
CMYK0.970.4000.02
HSL204.65º95.26%50.39%-
HSV(B)204.65º96.79%97.65%-
XYZ28.1128.793.68-
YUV118.83201.4648.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.97%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 249 (97.66% from 255) = 61.18%
R=1.97%
G=36.86%
B=61.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal81502490.970.4000.02204.6595.2650.39
Hex896F9612802cd5f32
Octal10226371141500231513762
Binary100010010110111110011100001101000010110011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0896F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0896F9; }

 p { color: rgb(8,150,249); }

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

<style>
 a { background-color: #0896F9; }

 a { background-color: rgb(8,150,249); }

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

<style>
 span { border-color: #0896F9; }

 span { border-color: rgb(8,150,249); }

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