Html Css Color HEX #2580FE Dodger Blue

📋 copy color: '#2580FE'

red 37 ◦ green 128 ◦ blue 254

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

Shades of Dodger Blue #2580FE

Tints of Dodger Blue #2580FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.62%

R = 8.83%
G = 30.55%
B = 60.62%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2580FE (or 0x2580FE) is known color: Dodger Blue. HEX triplet: 25, 80 and FE. RGB value is (37,128,254). Sum of RGB (Red+Green+Blue) = 37+128+254=419 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.83% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #2580FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2580FE is #DA7F01. Grayscale: #727272. Windows color (decimal): -14319362 or 16678949. OLE color: 16678949.

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

Color convert

RGB 37 128 254 -
CMYK 0.85 0.50 0 0.00
HSL 214.84º 0.99% 0.57% -
HSV(B) 214.84º 0.85% 1% -
XYZ 26.37 22.99 96.81 -
YUV 115.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 37 128 254 0.85 0.50 0 0.00 214.84 0.99 0.57
Hex 25 80 FE 55 32 0 0 D7 63 39
Octal 45 200 376 125 62 0 0 327 143 71
Binary 100101 10000000 11111110 1010101 110010 0 0 11010111 1100011 111001

Color Harmonies of #2580FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580FE

Black with #2580FE

Text Example


Text Example

White with #2580FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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