Html Css Color HEX #2580CE Curious Blue

📋 copy color: '#2580CE'

red 37 ◦ green 128 ◦ blue 206

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

Shades of Curious Blue #2580CE

Tints of Curious Blue #2580CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 9.97%
G = 34.5%
B = 55.53%

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

#2580CE (or 0x2580CE) is known color: Curious Blue. HEX triplet: 25, 80 and CE. RGB value is (37,128,206). Sum of RGB (Red+Green+Blue) = 37+128+206=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #2580CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2580CE is #DA7F31. Grayscale: #6D6D6D. Windows color (decimal): -14319410 or 13533221. OLE color: 13533221.

HSL color Cylindrical-coordinate representation of color #2580CE: hue angle of 207.69º 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 #2580CE is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 128 206 -
CMYK 0.82 0.38 0 0.19
HSL 207.69º 0.7% 0.48% -
HSV(B) 207.69º 0.82% 0.81% -
XYZ 19.62 20.29 61.27 -
YUV 109.68 182.35 76.16 -
System Red Green Blue C M Y K H S L
Decimal 37 128 206 0.82 0.38 0 0.19 207.69 0.7 0.48
Hex 25 80 CE 52 26 0 13 D0 46 30
Octal 45 200 316 122 46 0 23 320 106 60
Binary 100101 10000000 11001110 1010010 100110 0 10011 11010000 1000110 110000

Color Harmonies of #2580CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2580CE

Black with #2580CE

Text Example


Text Example

White with #2580CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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