Html Css Color HEX #2580CF Curious Blue

📋 copy color: '#2580CF'

red 37 ◦ green 128 ◦ blue 207

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

Shades of Curious Blue #2580CF

Tints of Curious Blue #2580CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.65%

R = 9.95%
G = 34.41%
B = 55.65%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2580CF (or 0x2580CF) is known color: Curious Blue. HEX triplet: 25, 80 and CF. RGB value is (37,128,207). Sum of RGB (Red+Green+Blue) = 37+128+207=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #2580CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580CF is #DA7F30. Grayscale: #6D6D6D. Windows color (decimal): -14319409 or 13598757. OLE color: 13598757.

HSL color Cylindrical-coordinate representation of color #2580CF: hue angle of 207.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2580CF is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 128 207 -
CMYK 0.82 0.38 0 0.19
HSL 207.88º 0.7% 0.48% -
HSV(B) 207.88º 0.82% 0.81% -
XYZ 19.74 20.34 61.92 -
YUV 109.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 37 128 207 0.82 0.38 0 0.19 207.88 0.7 0.48
Hex 25 80 CF 52 26 0 13 D0 46 30
Octal 45 200 317 122 46 0 23 320 106 60
Binary 100101 10000000 11001111 1010010 100110 0 10011 11010000 1000110 110000

Color Harmonies of #2580CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580CF

Black with #2580CF

Text Example


Text Example

White with #2580CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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