Html Css Color HEX #096DFF Dodger Blue

📋 copy color: '#096DFF'

red 9 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #096DFF

Tints of Dodger Blue #096DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.36%

R = 2.41%
G = 29.22%
B = 68.36%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#096DFF (or 0x096DFF) is known color: Dodger Blue. HEX triplet: 09, 6D and FF. RGB value is (9,109,255). Sum of RGB (Red+Green+Blue) = 9+109+255=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #096DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096DFF is #F69200. Grayscale: #5F5F5F. Windows color (decimal): -16159233 or 16739593. OLE color: 16739593.

HSL color Cylindrical-coordinate representation of color #096DFF: hue angle of 215.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096DFF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 109 255 -
CMYK 0.96 0.57 0 0
HSL 215.61º 1% 0.52% -
HSV(B) 215.61º 0.96% 1% -
XYZ 23.63 18.22 96.88 -
YUV 95.74 217.87 66.13 -
System Red Green Blue C M Y K H S L
Decimal 9 109 255 0.96 0.57 0 0 215.61 1 0.52
Hex 9 6D FF 60 39 0 0 D8 64 34
Octal 11 155 377 140 71 0 0 330 144 64
Binary 1001 1101101 11111111 1100000 111001 0 0 11011000 1100100 110100

Color Harmonies of #096DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DFF

Black with #096DFF

Text Example


Text Example

White with #096DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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