Html Css Color HEX #096CF9 Dodger Blue

📋 copy color: '#096CF9'

red 9 ◦ green 108 ◦ blue 249

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

Shades of Dodger Blue #096CF9

Tints of Dodger Blue #096CF9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 2.46%
G = 29.51%
B = 68.03%

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

#096CF9 (or 0x096CF9) is known color: Dodger Blue. HEX triplet: 09, 6C and F9. RGB value is (9,108,249). Sum of RGB (Red+Green+Blue) = 9+108+249=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #096CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CF9 is #F69306. Grayscale: #5D5D5D. Windows color (decimal): -16159495 or 16346121. OLE color: 16346121.

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

Color convert

RGB 9 108 249 -
CMYK 0.96 0.57 0 0.02
HSL 215.25º 0.95% 0.51% -
HSV(B) 215.25º 0.96% 0.98% -
XYZ 22.57 17.62 91.83 -
YUV 94.47 215.2 67.04 -
System Red Green Blue C M Y K H S L
Decimal 9 108 249 0.96 0.57 0 0.02 215.25 0.95 0.51
Hex 9 6C F9 60 39 0 2 D7 5F 33
Octal 11 154 371 140 71 0 2 327 137 63
Binary 1001 1101100 11111001 1100000 111001 0 10 11010111 1011111 110011

Color Harmonies of #096CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CF9

Black with #096CF9

Text Example


Text Example

White with #096CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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