Html Css Color HEX #2580DD Dodger Blue

📋 copy color: '#2580DD'

red 37 ◦ green 128 ◦ blue 221

#2580DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2580DD

Tints of Dodger Blue #2580DD

RGB

 RED value IS 37 (14.84% from 255) = 9.59%

 GREEN value IS 128 (50.39% from 255) = 33.16%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 9.59%
G = 33.16%
B = 57.25%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2580DD (or 0x2580DD) is known color: Dodger Blue. HEX triplet: 25, 80 and DD. RGB value is (37,128,221). Sum of RGB (Red+Green+Blue) = 37+128+221=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #2580DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580DD is #DA7F22. Grayscale: #6E6E6E. Windows color (decimal): -14319395 or 14516261. OLE color: 14516261.

HSL color Cylindrical-coordinate representation of color #2580DD: hue angle of 210.33º degrees, saturation: 0.73, 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 #2580DD is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 128 221 -
CMYK 0.83 0.42 0 0.13
HSL 210.33º 0.73% 0.51% -
HSV(B) 210.33º 0.83% 0.87% -
XYZ 21.53 21.05 71.34 -
YUV 111.39 189.85 74.94 -
System Red Green Blue C M Y K H S L
Decimal 37 128 221 0.83 0.42 0 0.13 210.33 0.73 0.51
Hex 25 80 DD 53 2A 0 D D2 49 33
Octal 45 200 335 123 52 0 15 322 111 63
Binary 100101 10000000 11011101 1010011 101010 0 1101 11010010 1001001 110011

Color Harmonies of #2580DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580DD

Black with #2580DD

Text Example


Text Example

White with #2580DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2580DD;
 }
 .AnyTagClassName
 {
   color: #2580DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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