#2580E4

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

Shades of Dodger Blue #2580E4

Tints of Dodger Blue #2580E4

Color information

#2580E4 (or 0x2580E4) is unknown color: approx Dodger Blue. HEX triplet: 25, 80 and E4. RGB value is (37,128,228). Sum of RGB (Red+Green+Blue) = 37+128+228=393 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.41% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 228 (89.45% from 255 or 58.02% from 393); Max value from RGB is 228 - color contains mainly: blue. Hex color #2580E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580E4 is #DA7F1B. Grayscale: #6F6F6F. Windows color (decimal): -14319388 or 14975013. OLE color: 14975013.

HSL color Cylindrical-coordinate representation of color #2580E4: hue angle of 211.41º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2580E4 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB37128228-
CMYK0.840.4400.11
HSL211.41º77.96%51.96%-
HSV(B)211.41º83.77%89.41%-
XYZ22.4921.4376.35-
YUV112.19193.3574.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.41%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 228 (89.45% from 255) = 58.02%
R=9.41%
G=32.57%
B=58.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal371282280.840.4400.11211.4177.9651.96
Hex2580E4542C0Bd34e34
Octal452003441245401332311664
Binary1001011000000011100100101010010110001011110100111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2580E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2580E4; }

 p { color: rgb(37,128,228); }

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

<style>
 a { background-color: #2580E4; }

 a { background-color: rgb(37,128,228); }

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

<style>
 span { border-color: #2580E4; }

 span { border-color: rgb(37,128,228); }

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