Html Css Color HEX #096FF7 Dodger Blue

📋 copy color: '#096FF7'

red 9 ◦ green 111 ◦ blue 247

#096FF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #096FF7

Tints of Dodger Blue #096FF7

RGB

 RED value IS 9 (3.91% from 255) = 2.45%

 GREEN value IS 111 (43.75% from 255) = 30.25%

 BLUE value IS 247 (96.88% from 255) = 67.3%

R = 2.45%
G = 30.25%
B = 67.3%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#096FF7 (or 0x096FF7) is known color: Dodger Blue. HEX triplet: 09, 6F and F7. RGB value is (9,111,247). Sum of RGB (Red+Green+Blue) = 9+111+247=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #096FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FF7 is #F69008. Grayscale: #5F5F5F. Windows color (decimal): -16158729 or 16215817. OLE color: 16215817.

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

Color convert

RGB 9 111 247 -
CMYK 0.96 0.55 0 0.03
HSL 214.29º 0.94% 0.5% -
HSV(B) 214.29º 0.96% 0.97% -
XYZ 22.59 18.14 90.31 -
YUV 96.01 213.21 65.94 -
System Red Green Blue C M Y K H S L
Decimal 9 111 247 0.96 0.55 0 0.03 214.29 0.94 0.5
Hex 9 6F F7 60 37 0 3 D6 5E 32
Octal 11 157 367 140 67 0 3 326 136 62
Binary 1001 1101111 11110111 1100000 110111 0 11 11010110 1011110 110010

Color Harmonies of #096FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FF7

Black with #096FF7

Text Example


Text Example

White with #096FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #096FF7;
 }
 .AnyTagClassName
 {
   color: #096FF7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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