Html Css Color HEX #096AF9 Dodger Blue

📋 copy color: '#096AF9'

red 9 ◦ green 106 ◦ blue 249

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

Shades of Dodger Blue #096AF9

Tints of Dodger Blue #096AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.12%

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

R = 2.47%
G = 29.12%
B = 68.41%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#096AF9 (or 0x096AF9) is known color: Dodger Blue. HEX triplet: 09, 6A and F9. RGB value is (9,106,249). Sum of RGB (Red+Green+Blue) = 9+106+249=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 249 (97.66% from 255 or 68.41% from 364); Max value from RGB is 249 - color contains mainly: blue. Hex color #096AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AF9 is #F69506. Grayscale: #5C5C5C. Windows color (decimal): -16160007 or 16345609. OLE color: 16345609.

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

Color convert

RGB 9 106 249 -
CMYK 0.96 0.57 0 0.02
HSL 215.75º 0.95% 0.51% -
HSV(B) 215.75º 0.96% 0.98% -
XYZ 22.37 17.21 91.76 -
YUV 93.3 215.86 67.87 -
System Red Green Blue C M Y K H S L
Decimal 9 106 249 0.96 0.57 0 0.02 215.75 0.95 0.51
Hex 9 6A F9 60 39 0 2 D8 5F 33
Octal 11 152 371 140 71 0 2 330 137 63
Binary 1001 1101010 11111001 1100000 111001 0 10 11011000 1011111 110011

Color Harmonies of #096AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AF9

Black with #096AF9

Text Example


Text Example

White with #096AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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