#2580DF

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

Shades of Dodger Blue #2580DF

Tints of Dodger Blue #2580DF

Color information

#2580DF (or 0x2580DF) is unknown color: approx Dodger Blue. HEX triplet: 25, 80 and DF. RGB value is (37,128,223). Sum of RGB (Red+Green+Blue) = 37+128+223=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 128 (50.39% from 255 or 32.99% 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 #2580DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580DF is #DA7F20. Grayscale: #6F6F6F. Windows color (decimal): -14319393 or 14647333. OLE color: 14647333.

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

Color convert

RGB37128223-
CMYK0.830.4300.13
HSL210.65º74.4%50.98%-
HSV(B)210.65º83.41%87.45%-
XYZ21.821.1672.75-
YUV111.62190.8574.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.54%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 223 (87.5% from 255) = 57.47%
R=9.54%
G=32.99%
B=57.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal371282230.830.4300.13210.6574.450.98
Hex2580DF532B0Dd34a33
Octal452003371235301532311263
Binary1001011000000011011111101001110101101101110100111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2580DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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