Html Css Color HEX #2585DE Dodger Blue

📋 copy color: '#2585DE'

red 37 ◦ green 133 ◦ blue 222

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

Shades of Dodger Blue #2585DE

Tints of Dodger Blue #2585DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.63%

R = 9.44%
G = 33.93%
B = 56.63%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2585DE (or 0x2585DE) is known color: Dodger Blue. HEX triplet: 25, 85 and DE. RGB value is (37,133,222). Sum of RGB (Red+Green+Blue) = 37+133+222=392 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.44% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #2585DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585DE is #DA7A21. Grayscale: #717171. Windows color (decimal): -14318114 or 14583077. OLE color: 14583077.

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

Color convert

RGB 37 133 222 -
CMYK 0.83 0.40 0 0.13
HSL 208.86º 0.74% 0.51% -
HSV(B) 208.86º 0.83% 0.87% -
XYZ 22.34 22.44 72.26 -
YUV 114.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 37 133 222 0.83 0.40 0 0.13 208.86 0.74 0.51
Hex 25 85 DE 53 28 0 D D1 4A 33
Octal 45 205 336 123 50 0 15 321 112 63
Binary 100101 10000101 11011110 1010011 101000 0 1101 11010001 1001010 110011

Color Harmonies of #2585DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2585DE

Black with #2585DE

Text Example


Text Example

White with #2585DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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