#1593E8

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

Shades of Dodger Blue #1593E8

Tints of Dodger Blue #1593E8

Color information

#1593E8 (or 0x1593E8) is unknown color: approx Dodger Blue. HEX triplet: 15, 93 and E8. RGB value is (21,147,232). Sum of RGB (Red+Green+Blue) = 21+147+232=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 232 (91.02% from 255 or 58% from 400); Max value from RGB is 232 - color contains mainly: blue. Hex color #1593E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1593E8 is #EA6C17. Grayscale: #767676. Windows color (decimal): -15363096 or 15242005. OLE color: 15242005.

HSL color Cylindrical-coordinate representation of color #1593E8: hue angle of 204.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1593E8 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21147232-
CMYK0.910.3700.09
HSL204.17º83.4%49.61%-
HSV(B)204.17º90.95%90.98%-
XYZ25.3126.8580.19-
YUV119.02191.7658.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.25%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 232 (91.02% from 255) = 58%
R=5.25%
G=36.75%
B=58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211472320.910.3700.09204.1783.449.61
Hex1593E85B2509cc5332
Octal252233501334501131412362
Binary101011001001111101000101101110010101001110011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1593E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1593E8; }

 p { color: rgb(21,147,232); }

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

<style>
 a { background-color: #1593E8; }

 a { background-color: rgb(21,147,232); }

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

<style>
 span { border-color: #1593E8; }

 span { border-color: rgb(21,147,232); }

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