Html Css Color HEX #2093DC Dodger Blue

📋 copy color: '#2093DC'

red 32 ◦ green 147 ◦ blue 220

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

Shades of Dodger Blue #2093DC

Tints of Dodger Blue #2093DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 8.02%
G = 36.84%
B = 55.14%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2093DC (or 0x2093DC) is known color: Dodger Blue. HEX triplet: 20, 93 and DC. RGB value is (32,147,220). Sum of RGB (Red+Green+Blue) = 32+147+220=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #2093DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093DC is #DF6C23. Grayscale: #787878. Windows color (decimal): -14642212 or 14455584. OLE color: 14455584.

HSL color Cylindrical-coordinate representation of color #2093DC: hue angle of 203.3º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2093DC is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 147 220 -
CMYK 0.85 0.33 0 0.14
HSL 203.3º 0.75% 0.49% -
HSV(B) 203.3º 0.85% 0.86% -
XYZ 23.95 26.34 71.53 -
YUV 120.94 183.9 64.56 -
System Red Green Blue C M Y K H S L
Decimal 32 147 220 0.85 0.33 0 0.14 203.3 0.75 0.49
Hex 20 93 DC 55 21 0 E CB 4B 31
Octal 40 223 334 125 41 0 16 313 113 61
Binary 100000 10010011 11011100 1010101 100001 0 1110 11001011 1001011 110001

Color Harmonies of #2093DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2093DC

Black with #2093DC

Text Example


Text Example

White with #2093DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2093DC; }

 p { color: rgb(32,147,220); }

 H1.HeaderClassName
 {
   color: #2093DC;
 }
 .AnyTagClassName
 {
   color: #2093DC;
 }
</style>

background-color css

<style>
 a { background-color: #2093DC; }

 a { background-color: rgb(32,147,220); }

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

border-color css

<style>
 span { border-color: #2093DC; }

 span { border-color: rgb(32,147,220); }

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