Html Css Color HEX #2096EC Dodger Blue

📋 copy color: '#2096EC'

red 32 ◦ green 150 ◦ blue 236

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

Shades of Dodger Blue #2096EC

Tints of Dodger Blue #2096EC

RGB

 RED value IS 32 (12.89% from 255) = 7.66%

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 7.66%
G = 35.89%
B = 56.46%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2096EC (or 0x2096EC) is known color: Dodger Blue. HEX triplet: 20, 96 and EC. RGB value is (32,150,236). Sum of RGB (Red+Green+Blue) = 32+150+236=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #2096EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2096EC is #DF6913. Grayscale: #7C7C7C. Windows color (decimal): -14641428 or 15504928. OLE color: 15504928.

HSL color Cylindrical-coordinate representation of color #2096EC: hue angle of 205.29º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2096EC is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 150 236 -
CMYK 0.86 0.36 0 0.07
HSL 205.29º 0.84% 0.53% -
HSV(B) 205.29º 0.86% 0.93% -
XYZ 26.64 28.18 83.39 -
YUV 124.52 190.91 62.01 -
System Red Green Blue C M Y K H S L
Decimal 32 150 236 0.86 0.36 0 0.07 205.29 0.84 0.53
Hex 20 96 EC 56 24 0 7 CD 54 35
Octal 40 226 354 126 44 0 7 315 124 65
Binary 100000 10010110 11101100 1010110 100100 0 111 11001101 1010100 110101

Color Harmonies of #2096EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2096EC

Black with #2096EC

Text Example


Text Example

White with #2096EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2096EC; }

 p { color: rgb(32,150,236); }

 H1.HeaderClassName
 {
   color: #2096EC;
 }
 .AnyTagClassName
 {
   color: #2096EC;
 }
</style>

background-color css

<style>
 a { background-color: #2096EC; }

 a { background-color: rgb(32,150,236); }

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

border-color css

<style>
 span { border-color: #2096EC; }

 span { border-color: rgb(32,150,236); }

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