Html Css Color HEX #096DF9 Dodger Blue

📋 copy color: '#096DF9'

red 9 ◦ green 109 ◦ blue 249

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

Shades of Dodger Blue #096DF9

Tints of Dodger Blue #096DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.7%

 BLUE value IS 249 (97.66% from 255) = 67.85%

R = 2.45%
G = 29.7%
B = 67.85%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#096DF9 (or 0x096DF9) is known color: Dodger Blue. HEX triplet: 09, 6D and F9. RGB value is (9,109,249). Sum of RGB (Red+Green+Blue) = 9+109+249=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 249 (97.66% from 255 or 67.85% from 367); Max value from RGB is 249 - color contains mainly: blue. Hex color #096DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DF9 is #F69206. Grayscale: #5E5E5E. Windows color (decimal): -16159239 or 16346377. OLE color: 16346377.

HSL color Cylindrical-coordinate representation of color #096DF9: hue angle of 215º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096DF9 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 109 249 -
CMYK 0.96 0.56 0 0.02
HSL 215º 0.95% 0.51% -
HSV(B) 215º 0.96% 0.98% -
XYZ 22.68 17.83 91.87 -
YUV 95.06 214.87 66.62 -
System Red Green Blue C M Y K H S L
Decimal 9 109 249 0.96 0.56 0 0.02 215 0.95 0.51
Hex 9 6D F9 60 38 0 2 D7 5F 33
Octal 11 155 371 140 70 0 2 327 137 63
Binary 1001 1101101 11111001 1100000 111000 0 10 11010111 1011111 110011

Color Harmonies of #096DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DF9

Black with #096DF9

Text Example


Text Example

White with #096DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,109,249); }

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

background-color css

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

 a { background-color: rgb(9,109,249); }

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

border-color css

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

 span { border-color: rgb(9,109,249); }

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