#096FF8

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

Shades of Dodger Blue #096FF8

Tints of Dodger Blue #096FF8

Color information

#096FF8 (or 0x096FF8) is unknown color: approx Dodger Blue. HEX triplet: 09, 6F and F8. RGB value is (9,111,248). Sum of RGB (Red+Green+Blue) = 9+111+248=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 248 (97.27% from 255 or 67.39% from 368); Max value from RGB is 248 - color contains mainly: blue. Hex color #096FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FF8 is #F69007. Grayscale: #5F5F5F. Windows color (decimal): -16158728 or 16281353. OLE color: 16281353.

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

Color convert

RGB9111248-
CMYK0.960.5500.03
HSL214.39º94.47%50.39%-
HSV(B)214.39º96.37%97.25%-
XYZ22.7418.291.12-
YUV96.12213.7165.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.45%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 248 (97.27% from 255) = 67.39%
R=2.45%
G=30.16%
B=67.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal91112480.960.5500.03214.3994.4750.39
Hex96FF8603703d65e32
Octal11157370140670332613662
Binary10011101111111110001100000110111011110101101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,111,248); }

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

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

 a { background-color: rgb(9,111,248); }

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

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

 span { border-color: rgb(9,111,248); }

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