#0096F9

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

Shades of Dodger Blue #0096F9

Tints of Dodger Blue #0096F9

Color information

#0096F9 (or 0x0096F9) is unknown color: approx Dodger Blue. HEX triplet: 00, 96 and F9. RGB value is (0,150,249). Sum of RGB (Red+Green+Blue) = 0+150+249=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #0096F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0096F9 is #FF6906. Grayscale: #737373. Windows color (decimal): -16738567 or 16356864. OLE color: 16356864.

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

Color convert

RGB0150249-
CMYK10.4000.02
HSL203.86º100%48.82%-
HSV(B)203.86º100%97.65%-
XYZ28.0128.6593.68-
YUV116.44202.844.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 249 (97.66% from 255) = 62.41%
R=0%
G=37.59%
B=62.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal015024910.4000.02203.8610048.82
Hex096F9642802cc6431
Octal0226371144500231414461
Binary010010110111110011100100101000010110011001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0096F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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