#2093f5

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

Shades of Dodger Blue #2093F5

Tints of Dodger Blue #2093F5

Color information

#2093F5 (or 0x2093F5) is unknown color: approx Dodger Blue. HEX triplet: 20, 93 and F5. RGB value is (32,147,245). Sum of RGB (Red+Green+Blue) = 32+147+245=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #2093F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2093F5 is #DF6C0A. Grayscale: #7B7B7B. Windows color (decimal): -14642187 or 16093984. OLE color: 16093984.

HSL color Cylindrical-coordinate representation of color #2093F5: hue angle of 207.61º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2093F5 is Cyan = 0.87, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB32147245-
CMYK0.870.400.04
HSL207.61º91.42%54.31%-
HSV(B)207.61º86.94%96.08%-
XYZ27.5127.7790.3-
YUV123.79196.462.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.55%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 245 (96.09% from 255) = 57.78%
R=7.55%
G=34.67%
B=57.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal321472450.870.400.04207.6191.4254.31
Hex2093F5572804d05b36
Octal40223365127500432013366
Binary100000100100111111010110101111010000100110100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2093f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel