Html Css Color HEX #2580FA Dodger Blue

📋 copy color: '#2580FA'

red 37 ◦ green 128 ◦ blue 250

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

Shades of Dodger Blue #2580FA

Tints of Dodger Blue #2580FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 8.92%
G = 30.84%
B = 60.24%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2580FA (or 0x2580FA) is known color: Dodger Blue. HEX triplet: 25, 80 and FA. RGB value is (37,128,250). Sum of RGB (Red+Green+Blue) = 37+128+250=415 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.92% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #2580FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2580FA is #DA7F05. Grayscale: #727272. Windows color (decimal): -14319366 or 16416805. OLE color: 16416805.

HSL color Cylindrical-coordinate representation of color #2580FA: hue angle of 214.37º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2580FA is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 128 250 -
CMYK 0.85 0.49 0 0.02
HSL 214.37º 0.96% 0.56% -
HSV(B) 214.37º 0.85% 0.98% -
XYZ 25.74 22.73 93.47 -
YUV 114.7 204.35 72.58 -
System Red Green Blue C M Y K H S L
Decimal 37 128 250 0.85 0.49 0 0.02 214.37 0.96 0.56
Hex 25 80 FA 55 31 0 2 D6 60 38
Octal 45 200 372 125 61 0 2 326 140 70
Binary 100101 10000000 11111010 1010101 110001 0 10 11010110 1100000 111000

Color Harmonies of #2580FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580FA

Black with #2580FA

Text Example


Text Example

White with #2580FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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