#0996F6

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

Shades of Dodger Blue #0996F6

Tints of Dodger Blue #0996F6

Color information

#0996F6 (or 0x0996F6) is unknown color: approx Dodger Blue. HEX triplet: 09, 96 and F6. RGB value is (9,150,246). Sum of RGB (Red+Green+Blue) = 9+150+246=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 246 (96.48% from 255 or 60.74% from 405); Max value from RGB is 246 - color contains mainly: blue. Hex color #0996F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0996F6 is #F66909. Grayscale: #767676. Windows color (decimal): -16148746 or 16160265. OLE color: 16160265.

HSL color Cylindrical-coordinate representation of color #0996F6: hue angle of 204.3º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0996F6 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9150246-
CMYK0.960.3900.04
HSL204.3º92.94%50%-
HSV(B)204.3º96.34%96.47%-
XYZ27.6528.5291.24-
YUV118.78199.7949.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.22%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 246 (96.48% from 255) = 60.74%
R=2.22%
G=37.04%
B=60.74%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal91502460.960.3900.04204.392.9450
Hex996F6602704cc5d32
Octal11226366140470431413562
Binary1001100101101111011011000001001110100110011001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0996F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0996F6; }

 p { color: rgb(9,150,246); }

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

<style>
 a { background-color: #0996F6; }

 a { background-color: rgb(9,150,246); }

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

<style>
 span { border-color: #0996F6; }

 span { border-color: rgb(9,150,246); }

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