#2590EC

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

Shades of Dodger Blue #2590EC

Tints of Dodger Blue #2590EC

Color information

#2590EC (or 0x2590EC) is unknown color: approx Dodger Blue. HEX triplet: 25, 90 and EC. RGB value is (37,144,236). Sum of RGB (Red+Green+Blue) = 37+144+236=417 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.87% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #2590EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2590EC is #DA6F13. Grayscale: #7A7A7A. Windows color (decimal): -14315284 or 15503397. OLE color: 15503397.

HSL color Cylindrical-coordinate representation of color #2590EC: hue angle of 207.74º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2590EC is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB37144236-
CMYK0.840.3900.07
HSL207.74º83.97%53.53%-
HSV(B)207.74º84.32%92.55%-
XYZ25.8826.483.09-
YUV122.49192.0567.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.87%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 236 (92.58% from 255) = 56.59%
R=8.87%
G=34.53%
B=56.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal371442360.840.3900.07207.7483.9753.53
Hex2590EC542707d05436
Octal45220354124470732012466
Binary100101100100001110110010101001001110111110100001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2590EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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