Html Css Color HEX #2582DD Dodger Blue

📋 copy color: '#2582DD'

red 37 ◦ green 130 ◦ blue 221

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

Shades of Dodger Blue #2582DD

Tints of Dodger Blue #2582DD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 9.54%
G = 33.51%
B = 56.96%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2582DD (or 0x2582DD) is known color: Dodger Blue. HEX triplet: 25, 82 and DD. RGB value is (37,130,221). Sum of RGB (Red+Green+Blue) = 37+130+221=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #2582DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2582DD is #DA7D22. Grayscale: #707070. Windows color (decimal): -14318883 or 14516773. OLE color: 14516773.

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

Color convert

RGB 37 130 221 -
CMYK 0.83 0.41 0 0.13
HSL 209.67º 0.73% 0.51% -
HSV(B) 209.67º 0.83% 0.87% -
XYZ 21.8 21.58 71.42 -
YUV 112.57 189.19 74.1 -
System Red Green Blue C M Y K H S L
Decimal 37 130 221 0.83 0.41 0 0.13 209.67 0.73 0.51
Hex 25 82 DD 53 29 0 D D2 49 33
Octal 45 202 335 123 51 0 15 322 111 63
Binary 100101 10000010 11011101 1010011 101001 0 1101 11010010 1001001 110011

Color Harmonies of #2582DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2582DD

Black with #2582DD

Text Example


Text Example

White with #2582DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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