#2493E3

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

Shades of Dodger Blue #2493E3

Tints of Dodger Blue #2493E3

Color information

#2493E3 (or 0x2493E3) is unknown color: approx Dodger Blue. HEX triplet: 24, 93 and E3. RGB value is (36,147,227). Sum of RGB (Red+Green+Blue) = 36+147+227=410 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.78% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 227 (89.06% from 255 or 55.37% from 410); Max value from RGB is 227 - color contains mainly: blue. Hex color #2493E3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2493E3 is #DB6C1C. Grayscale: #7A7A7A. Windows color (decimal): -14380061 or 14914340. OLE color: 14914340.

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

Color convert

RGB36147227-
CMYK0.840.3500.11
HSL205.13º77.33%51.57%-
HSV(B)205.13º84.14%89.02%-
XYZ25.0326.7976.52-
YUV122.93186.7366-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.78%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 227 (89.06% from 255) = 55.37%
R=8.78%
G=35.85%
B=55.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal361472270.840.3500.11205.1377.3351.57
Hex2493E354230Bcd4d34
Octal442233431244301331511564
Binary1001001001001111100011101010010001101011110011011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2493E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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