#096CF7

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

Shades of Dodger Blue #096CF7

Tints of Dodger Blue #096CF7

Color information

#096CF7 (or 0x096CF7) is unknown color: approx Dodger Blue. HEX triplet: 09, 6C and F7. RGB value is (9,108,247). Sum of RGB (Red+Green+Blue) = 9+108+247=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 247 (96.88% from 255 or 67.86% from 364); Max value from RGB is 247 - color contains mainly: blue. Hex color #096CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CF7 is #F69308. Grayscale: #5D5D5D. Windows color (decimal): -16159497 or 16215049. OLE color: 16215049.

HSL color Cylindrical-coordinate representation of color #096CF7: hue angle of 215.04º 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 #096CF7 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9108247-
CMYK0.960.5600.03
HSL215.04º93.7%50.2%-
HSV(B)215.04º96.36%96.86%-
XYZ22.2617.590.2-
YUV94.24214.267.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.47%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 247 (96.88% from 255) = 67.86%
R=2.47%
G=29.67%
B=67.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal91082470.960.5600.03215.0493.750.2
Hex96CF7603803d75e32
Octal11154367140700332713662
Binary10011101100111101111100000111000011110101111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,108,247); }

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

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

 a { background-color: rgb(9,108,247); }

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

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

 span { border-color: rgb(9,108,247); }

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