Html Css Color HEX #2585FF Dodger Blue

📋 copy color: '#2585FF'

red 37 ◦ green 133 ◦ blue 255

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

Shades of Dodger Blue #2585FF

Tints of Dodger Blue #2585FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60%

R = 8.71%
G = 31.29%
B = 60%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2585FF (or 0x2585FF) is known color: Dodger Blue. HEX triplet: 25, 85 and FF. RGB value is (37,133,255). Sum of RGB (Red+Green+Blue) = 37+133+255=425 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.71% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #2585FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2585FF is #DA7A00. Grayscale: #757575. Windows color (decimal): -14318081 or 16745765. OLE color: 16745765.

HSL color Cylindrical-coordinate representation of color #2585FF: hue angle of 213.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2585FF is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 133 255 -
CMYK 0.85 0.48 0 0
HSL 213.58º 1% 0.57% -
HSV(B) 213.58º 0.85% 1% -
XYZ 27.2 24.39 97.88 -
YUV 118.2 205.2 70.08 -
System Red Green Blue C M Y K H S L
Decimal 37 133 255 0.85 0.48 0 0 213.58 1 0.57
Hex 25 85 FF 55 30 0 0 D6 64 39
Octal 45 205 377 125 60 0 0 326 144 71
Binary 100101 10000101 11111111 1010101 110000 0 0 11010110 1100100 111001

Color Harmonies of #2585FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2585FF

Black with #2585FF

Text Example


Text Example

White with #2585FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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