Html Css Color HEX #096AFF Dodger Blue

📋 copy color: '#096AFF'

red 9 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #096AFF

Tints of Dodger Blue #096AFF

RGB

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

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

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

R = 2.43%
G = 28.65%
B = 68.92%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#096AFF (or 0x096AFF) is known color: Dodger Blue. HEX triplet: 09, 6A and FF. RGB value is (9,106,255). Sum of RGB (Red+Green+Blue) = 9+106+255=370 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #096AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096AFF is #F69500. Grayscale: #5D5D5D. Windows color (decimal): -16160001 or 16738825. OLE color: 16738825.

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

Color convert

RGB 9 106 255 -
CMYK 0.96 0.58 0 0
HSL 216.34º 1% 0.52% -
HSV(B) 216.34º 0.96% 1% -
XYZ 23.32 17.59 96.77 -
YUV 93.98 218.86 67.38 -
System Red Green Blue C M Y K H S L
Decimal 9 106 255 0.96 0.58 0 0 216.34 1 0.52
Hex 9 6A FF 60 3A 0 0 D8 64 34
Octal 11 152 377 140 72 0 0 330 144 64
Binary 1001 1101010 11111111 1100000 111010 0 0 11011000 1100100 110100

Color Harmonies of #096AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AFF

Black with #096AFF

Text Example


Text Example

White with #096AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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