Html Css Color HEX #2979BD Curious Blue

📋 copy color: '#2979BD'

red 41 ◦ green 121 ◦ blue 189

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

Shades of Curious Blue #2979BD

Tints of Curious Blue #2979BD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

 BLUE value IS 189 (74.22% from 255) = 53.85%

R = 11.68%
G = 34.47%
B = 53.85%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2979BD (or 0x2979BD) is known color: Curious Blue. HEX triplet: 29, 79 and BD. RGB value is (41,121,189). Sum of RGB (Red+Green+Blue) = 41+121+189=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #2979BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979BD is #D68642. Grayscale: #686868. Windows color (decimal): -14059075 or 12417321. OLE color: 12417321.

HSL color Cylindrical-coordinate representation of color #2979BD: hue angle of 207.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2979BD is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 121 189 -
CMYK 0.78 0.36 0 0.26
HSL 207.57º 0.64% 0.45% -
HSV(B) 207.57º 0.78% 0.74% -
XYZ 16.94 17.82 50.69 -
YUV 104.83 175.5 82.47 -
System Red Green Blue C M Y K H S L
Decimal 41 121 189 0.78 0.36 0 0.26 207.57 0.64 0.45
Hex 29 79 BD 4E 24 0 1A D0 40 2D
Octal 51 171 275 116 44 0 32 320 100 55
Binary 101001 1111001 10111101 1001110 100100 0 11010 11010000 1000000 101101

Color Harmonies of #2979BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979BD

Black with #2979BD

Text Example


Text Example

White with #2979BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2979BD; }

 p { color: rgb(41,121,189); }

 H1.HeaderClassName
 {
   color: #2979BD;
 }
 .AnyTagClassName
 {
   color: #2979BD;
 }
</style>

background-color css

<style>
 a { background-color: #2979BD; }

 a { background-color: rgb(41,121,189); }

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

border-color css

<style>
 span { border-color: #2979BD; }

 span { border-color: rgb(41,121,189); }

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