#1583EC

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

Shades of Dodger Blue #1583EC

Tints of Dodger Blue #1583EC

Color information

#1583EC (or 0x1583EC) is unknown color: approx Dodger Blue. HEX triplet: 15, 83 and EC. RGB value is (21,131,236). Sum of RGB (Red+Green+Blue) = 21+131+236=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #1583EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1583EC is #EA7C13. Grayscale: #6D6D6D. Windows color (decimal): -15367188 or 15500053. OLE color: 15500053.

HSL color Cylindrical-coordinate representation of color #1583EC: hue angle of 209.3º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1583EC is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21131236-
CMYK0.910.4400.07
HSL209.3º84.98%50.39%-
HSV(B)209.3º91.1%92.55%-
XYZ23.5722.4582.45-
YUV110.08199.0664.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.41%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 236 (92.58% from 255) = 60.82%
R=5.41%
G=33.76%
B=60.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211312360.910.4400.07209.384.9850.39
Hex1583EC5B2C07d15532
Octal25203354133540732112562
Binary10101100000111110110010110111011000111110100011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1583EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1583EC; }

 p { color: rgb(21,131,236); }

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

<style>
 a { background-color: #1583EC; }

 a { background-color: rgb(21,131,236); }

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

<style>
 span { border-color: #1583EC; }

 span { border-color: rgb(21,131,236); }

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