Html Css Color HEX #2585DA Dodger Blue

📋 copy color: '#2585DA'

red 37 ◦ green 133 ◦ blue 218

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

Shades of Dodger Blue #2585DA

Tints of Dodger Blue #2585DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

 BLUE value IS 218 (85.55% from 255) = 56.19%

R = 9.54%
G = 34.28%
B = 56.19%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2585DA (or 0x2585DA) is known color: Dodger Blue. HEX triplet: 25, 85 and DA. RGB value is (37,133,218). Sum of RGB (Red+Green+Blue) = 37+133+218=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #2585DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585DA is #DA7A25. Grayscale: #717171. Windows color (decimal): -14318118 or 14320933. OLE color: 14320933.

HSL color Cylindrical-coordinate representation of color #2585DA: hue angle of 208.18º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2585DA is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 133 218 -
CMYK 0.83 0.39 0 0.15
HSL 208.18º 0.71% 0.5% -
HSV(B) 208.18º 0.83% 0.85% -
XYZ 21.81 22.23 69.47 -
YUV 113.99 186.7 73.09 -
System Red Green Blue C M Y K H S L
Decimal 37 133 218 0.83 0.39 0 0.15 208.18 0.71 0.5
Hex 25 85 DA 53 27 0 F D0 47 32
Octal 45 205 332 123 47 0 17 320 107 62
Binary 100101 10000101 11011010 1010011 100111 0 1111 11010000 1000111 110010

Color Harmonies of #2585DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2585DA

Black with #2585DA

Text Example


Text Example

White with #2585DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2585DA; }

 p { color: rgb(37,133,218); }

 H1.HeaderClassName
 {
   color: #2585DA;
 }
 .AnyTagClassName
 {
   color: #2585DA;
 }
</style>

background-color css

<style>
 a { background-color: #2585DA; }

 a { background-color: rgb(37,133,218); }

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

border-color css

<style>
 span { border-color: #2585DA; }

 span { border-color: rgb(37,133,218); }

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