#2590DC

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

Shades of Dodger Blue #2590DC

Tints of Dodger Blue #2590DC

Color information

#2590DC (or 0x2590DC) is unknown color: approx Dodger Blue. HEX triplet: 25, 90 and DC. RGB value is (37,144,220). Sum of RGB (Red+Green+Blue) = 37+144+220=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #2590DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2590DC is #DA6F23. Grayscale: #787878. Windows color (decimal): -14315300 or 14454821. OLE color: 14454821.

HSL color Cylindrical-coordinate representation of color #2590DC: hue angle of 204.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2590DC is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB37144220-
CMYK0.830.3500.14
HSL204.92º72.33%50.39%-
HSV(B)204.92º83.18%86.27%-
XYZ23.6525.5171.39-
YUV120.67184.0568.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.23%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 220 (86.33% from 255) = 54.86%
R=9.23%
G=35.91%
B=54.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal371442200.830.3500.14204.9272.3350.39
Hex2590DC53230Ecd4832
Octal452203341234301631511062
Binary1001011001000011011100101001110001101110110011011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2590DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2590DC; }

 p { color: rgb(37,144,220); }

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

<style>
 a { background-color: #2590DC; }

 a { background-color: rgb(37,144,220); }

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

<style>
 span { border-color: #2590DC; }

 span { border-color: rgb(37,144,220); }

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