#2093EF

Color #2093EF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2093EF

Tints of Dodger Blue #2093EF

Color information

#2093EF (or 0x2093EF) is unknown color: approx Dodger Blue. HEX triplet: 20, 93 and EF. RGB value is (32,147,239). Sum of RGB (Red+Green+Blue) = 32+147+239=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #2093EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2093EF is #DF6C10. Grayscale: #7A7A7A. Windows color (decimal): -14642193 or 15700768. OLE color: 15700768.

HSL color Cylindrical-coordinate representation of color #2093EF: hue angle of 206.67º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2093EF is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32147239-
CMYK0.870.3800.06
HSL206.67º86.61%53.14%-
HSV(B)206.67º86.61%93.73%-
XYZ26.6127.4185.55-
YUV123.1193.463.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.66%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 239 (93.75% from 255) = 57.18%
R=7.66%
G=35.17%
B=57.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321472390.870.3800.06206.6786.6153.14
Hex2093EF572606cf5735
Octal40223357127460631712765
Binary100000100100111110111110101111001100110110011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2093EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2093EF;
 }
 .AnyTagClassName
 {
   color: #2093EF;
 }
</style>
background-color css

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

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

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

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

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

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