#2193E3

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

Shades of Dodger Blue #2193E3

Tints of Dodger Blue #2193E3

Color information

#2193E3 (or 0x2193E3) is unknown color: approx Dodger Blue. HEX triplet: 21, 93 and E3. RGB value is (33,147,227). Sum of RGB (Red+Green+Blue) = 33+147+227=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 227 (89.06% from 255 or 55.77% from 407); Max value from RGB is 227 - color contains mainly: blue. Hex color #2193E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2193E3 is #DE6C1C. Grayscale: #797979. Windows color (decimal): -14576669 or 14914337. OLE color: 14914337.

HSL color Cylindrical-coordinate representation of color #2193E3: hue angle of 204.74º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2193E3 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB33147227-
CMYK0.850.3500.11
HSL204.74º77.6%50.98%-
HSV(B)204.74º85.46%89.02%-
XYZ24.9326.7476.52-
YUV122.03187.2364.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.11%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 227 (89.06% from 255) = 55.77%
R=8.11%
G=36.12%
B=55.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal331472270.850.3500.11204.7477.650.98
Hex2193E355230Bcd4e33
Octal412233431254301331511663
Binary1000011001001111100011101010110001101011110011011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2193E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2193E3; }

 p { color: rgb(33,147,227); }

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

<style>
 a { background-color: #2193E3; }

 a { background-color: rgb(33,147,227); }

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

<style>
 span { border-color: #2193E3; }

 span { border-color: rgb(33,147,227); }

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