Html Css Color HEX #2093DD Dodger Blue

📋 copy color: '#2093DD'

red 32 ◦ green 147 ◦ blue 221

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

Shades of Dodger Blue #2093DD

Tints of Dodger Blue #2093DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 8%
G = 36.75%
B = 55.25%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2093DD (or 0x2093DD) is known color: Dodger Blue. HEX triplet: 20, 93 and DD. RGB value is (32,147,221). Sum of RGB (Red+Green+Blue) = 32+147+221=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #2093DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093DD is #DF6C22. Grayscale: #787878. Windows color (decimal): -14642211 or 14521120. OLE color: 14521120.

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

Color convert

RGB 32 147 221 -
CMYK 0.86 0.33 0 0.13
HSL 203.49º 0.75% 0.5% -
HSV(B) 203.49º 0.86% 0.87% -
XYZ 24.08 26.39 72.23 -
YUV 121.05 184.4 64.48 -
System Red Green Blue C M Y K H S L
Decimal 32 147 221 0.86 0.33 0 0.13 203.49 0.75 0.5
Hex 20 93 DD 56 21 0 D CB 4B 32
Octal 40 223 335 126 41 0 15 313 113 62
Binary 100000 10010011 11011101 1010110 100001 0 1101 11001011 1001011 110010

Color Harmonies of #2093DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2093DD

Black with #2093DD

Text Example


Text Example

White with #2093DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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