Html Css Color HEX #2580C0 Curious Blue

📋 copy color: '#2580C0'

red 37 ◦ green 128 ◦ blue 192

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

Shades of Curious Blue #2580C0

Tints of Curious Blue #2580C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.78%

R = 10.36%
G = 35.85%
B = 53.78%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2580C0 (or 0x2580C0) is known color: Curious Blue. HEX triplet: 25, 80 and C0. RGB value is (37,128,192). Sum of RGB (Red+Green+Blue) = 37+128+192=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #2580C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580C0 is #DA7F3F. Grayscale: #6B6B6B. Windows color (decimal): -14319424 or 12615717. OLE color: 12615717.

HSL color Cylindrical-coordinate representation of color #2580C0: hue angle of 204.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2580C0 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 128 192 -
CMYK 0.81 0.33 0 0.25
HSL 204.77º 0.68% 0.45% -
HSV(B) 204.77º 0.81% 0.75% -
XYZ 18 19.64 52.71 -
YUV 108.09 175.35 77.3 -
System Red Green Blue C M Y K H S L
Decimal 37 128 192 0.81 0.33 0 0.25 204.77 0.68 0.45
Hex 25 80 C0 51 21 0 19 CD 44 2D
Octal 45 200 300 121 41 0 31 315 104 55
Binary 100101 10000000 11000000 1010001 100001 0 11001 11001101 1000100 101101

Color Harmonies of #2580C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580C0

Black with #2580C0

Text Example


Text Example

White with #2580C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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