Html Css Color HEX #096BF9 Dodger Blue

📋 copy color: '#096BF9'

red 9 ◦ green 107 ◦ blue 249

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

Shades of Dodger Blue #096BF9

Tints of Dodger Blue #096BF9

RGB

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

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

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

R = 2.47%
G = 29.32%
B = 68.22%

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

#096BF9 (or 0x096BF9) is known color: Dodger Blue. HEX triplet: 09, 6B and F9. RGB value is (9,107,249). Sum of RGB (Red+Green+Blue) = 9+107+249=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #096BF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BF9 is #F69406. Grayscale: #5D5D5D. Windows color (decimal): -16159751 or 16345865. OLE color: 16345865.

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

Color convert

RGB 9 107 249 -
CMYK 0.96 0.57 0 0.02
HSL 215.5º 0.95% 0.51% -
HSV(B) 215.5º 0.96% 0.98% -
XYZ 22.47 17.41 91.8 -
YUV 93.89 215.53 67.45 -
System Red Green Blue C M Y K H S L
Decimal 9 107 249 0.96 0.57 0 0.02 215.5 0.95 0.51
Hex 9 6B F9 60 39 0 2 D8 5F 33
Octal 11 153 371 140 71 0 2 330 137 63
Binary 1001 1101011 11111001 1100000 111001 0 10 11011000 1011111 110011

Color Harmonies of #096BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BF9

Black with #096BF9

Text Example


Text Example

White with #096BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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