Html Css Color HEX #096CFB Dodger Blue

📋 copy color: '#096CFB'

red 9 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #096CFB

Tints of Dodger Blue #096CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.21%

R = 2.45%
G = 29.35%
B = 68.21%

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

#096CFB (or 0x096CFB) is known color: Dodger Blue. HEX triplet: 09, 6C and FB. RGB value is (9,108,251). Sum of RGB (Red+Green+Blue) = 9+108+251=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #096CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CFB is #F69304. Grayscale: #5E5E5E. Windows color (decimal): -16159493 or 16477193. OLE color: 16477193.

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

Color convert

RGB 9 108 251 -
CMYK 0.96 0.57 0 0.02
HSL 215.45º 0.97% 0.51% -
HSV(B) 215.45º 0.96% 0.98% -
XYZ 22.89 17.75 93.49 -
YUV 94.7 216.2 66.87 -
System Red Green Blue C M Y K H S L
Decimal 9 108 251 0.96 0.57 0 0.02 215.45 0.97 0.51
Hex 9 6C FB 60 39 0 2 D7 61 33
Octal 11 154 373 140 71 0 2 327 141 63
Binary 1001 1101100 11111011 1100000 111001 0 10 11010111 1100001 110011

Color Harmonies of #096CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CFB

Black with #096CFB

Text Example


Text Example

White with #096CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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