Html Css Color HEX #2980BB Curious Blue

📋 copy color: '#2980BB'

red 41 ◦ green 128 ◦ blue 187

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

Shades of Curious Blue #2980BB

Tints of Curious Blue #2980BB

RGB

 RED value IS 41 (16.41% from 255) = 11.52%

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

 BLUE value IS 187 (73.44% from 255) = 52.53%

R = 11.52%
G = 35.96%
B = 52.53%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2980BB (or 0x2980BB) is known color: Curious Blue. HEX triplet: 29, 80 and BB. RGB value is (41,128,187). Sum of RGB (Red+Green+Blue) = 41+128+187=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #2980BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2980BB is #D67F44. Grayscale: #6C6C6C. Windows color (decimal): -14057285 or 12288041. OLE color: 12288041.

HSL color Cylindrical-coordinate representation of color #2980BB: hue angle of 204.25º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2980BB is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 128 187 -
CMYK 0.78 0.32 0 0.27
HSL 204.25º 0.64% 0.45% -
HSV(B) 204.25º 0.78% 0.73% -
XYZ 17.6 19.5 49.85 -
YUV 108.71 172.18 79.7 -
System Red Green Blue C M Y K H S L
Decimal 41 128 187 0.78 0.32 0 0.27 204.25 0.64 0.45
Hex 29 80 BB 4E 20 0 1B CC 40 2D
Octal 51 200 273 116 40 0 33 314 100 55
Binary 101001 10000000 10111011 1001110 100000 0 11011 11001100 1000000 101101

Color Harmonies of #2980BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2980BB

Black with #2980BB

Text Example


Text Example

White with #2980BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2980BB; }

 p { color: rgb(41,128,187); }

 H1.HeaderClassName
 {
   color: #2980BB;
 }
 .AnyTagClassName
 {
   color: #2980BB;
 }
</style>

background-color css

<style>
 a { background-color: #2980BB; }

 a { background-color: rgb(41,128,187); }

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

border-color css

<style>
 span { border-color: #2980BB; }

 span { border-color: rgb(41,128,187); }

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