Html Css Color HEX #2580BA Curious Blue

📋 copy color: '#2580BA'

red 37 ◦ green 128 ◦ blue 186

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

Shades of Curious Blue #2580BA

Tints of Curious Blue #2580BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 10.54%
G = 36.47%
B = 52.99%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2580BA (or 0x2580BA) is known color: Curious Blue. HEX triplet: 25, 80 and BA. RGB value is (37,128,186). Sum of RGB (Red+Green+Blue) = 37+128+186=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #2580BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580BA is #DA7F45. Grayscale: #6B6B6B. Windows color (decimal): -14319430 or 12222501. OLE color: 12222501.

HSL color Cylindrical-coordinate representation of color #2580BA: hue angle of 203.36º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2580BA is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 128 186 -
CMYK 0.80 0.31 0 0.27
HSL 203.36º 0.67% 0.44% -
HSV(B) 203.36º 0.8% 0.73% -
XYZ 17.35 19.38 49.28 -
YUV 107.4 172.35 77.78 -
System Red Green Blue C M Y K H S L
Decimal 37 128 186 0.80 0.31 0 0.27 203.36 0.67 0.44
Hex 25 80 BA 50 1F 0 1B CB 43 2C
Octal 45 200 272 120 37 0 33 313 103 54
Binary 100101 10000000 10111010 1010000 11111 0 11011 11001011 1000011 101100

Color Harmonies of #2580BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580BA

Black with #2580BA

Text Example


Text Example

White with #2580BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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