Html Css Color HEX #096BF7 Dodger Blue

📋 copy color: '#096BF7'

red 9 ◦ green 107 ◦ blue 247

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

Shades of Dodger Blue #096BF7

Tints of Dodger Blue #096BF7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.48%

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

R = 2.48%
G = 29.48%
B = 68.04%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#096BF7 (or 0x096BF7) is known color: Dodger Blue. HEX triplet: 09, 6B and F7. RGB value is (9,107,247). Sum of RGB (Red+Green+Blue) = 9+107+247=363 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.48% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #096BF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BF7 is #F69408. Grayscale: #5D5D5D. Windows color (decimal): -16159753 or 16214793. OLE color: 16214793.

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

Color convert

RGB 9 107 247 -
CMYK 0.96 0.57 0 0.03
HSL 215.29º 0.94% 0.5% -
HSV(B) 215.29º 0.96% 0.97% -
XYZ 22.16 17.29 90.16 -
YUV 93.66 214.53 67.62 -
System Red Green Blue C M Y K H S L
Decimal 9 107 247 0.96 0.57 0 0.03 215.29 0.94 0.5
Hex 9 6B F7 60 39 0 3 D7 5E 32
Octal 11 153 367 140 71 0 3 327 136 62
Binary 1001 1101011 11110111 1100000 111001 0 11 11010111 1011110 110010

Color Harmonies of #096BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BF7

Black with #096BF7

Text Example


Text Example

White with #096BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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