#1590DF

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

Shades of Dodger Blue #1590DF

Tints of Dodger Blue #1590DF

Color information

#1590DF (or 0x1590DF) is unknown color: approx Dodger Blue. HEX triplet: 15, 90 and DF. RGB value is (21,144,223). Sum of RGB (Red+Green+Blue) = 21+144+223=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #1590DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590DF is #EA6F20. Grayscale: #737373. Windows color (decimal): -15363873 or 14651413. OLE color: 14651413.

HSL color Cylindrical-coordinate representation of color #1590DF: hue angle of 203.47º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1590DF is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21144223-
CMYK0.910.3500.13
HSL203.47º82.79%47.84%-
HSV(B)203.47º90.58%87.45%-
XYZ23.625.4373.48-
YUV116.23188.2560.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.41%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=5.41%
G=37.11%
B=57.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211442230.910.3500.13203.4782.7947.84
Hex1590DF5B230Dcb5330
Octal252203371334301531312360
Binary101011001000011011111101101110001101101110010111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1590DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1590DF; }

 p { color: rgb(21,144,223); }

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

<style>
 a { background-color: #1590DF; }

 a { background-color: rgb(21,144,223); }

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

<style>
 span { border-color: #1590DF; }

 span { border-color: rgb(21,144,223); }

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