Html Css Color HEX #2979BF Curious Blue

📋 copy color: '#2979BF'

red 41 ◦ green 121 ◦ blue 191

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

Shades of Curious Blue #2979BF

Tints of Curious Blue #2979BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 11.61%
G = 34.28%
B = 54.11%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2979BF (or 0x2979BF) is known color: Curious Blue. HEX triplet: 29, 79 and BF. RGB value is (41,121,191). Sum of RGB (Red+Green+Blue) = 41+121+191=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #2979BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979BF is #D68640. Grayscale: #686868. Windows color (decimal): -14059073 or 12548393. OLE color: 12548393.

HSL color Cylindrical-coordinate representation of color #2979BF: hue angle of 208º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2979BF is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 121 191 -
CMYK 0.79 0.37 0 0.25
HSL 208º 0.65% 0.45% -
HSV(B) 208º 0.79% 0.75% -
XYZ 17.16 17.91 51.84 -
YUV 105.06 176.5 82.31 -
System Red Green Blue C M Y K H S L
Decimal 41 121 191 0.79 0.37 0 0.25 208 0.65 0.45
Hex 29 79 BF 4F 25 0 19 D0 41 2D
Octal 51 171 277 117 45 0 31 320 101 55
Binary 101001 1111001 10111111 1001111 100101 0 11001 11010000 1000001 101101

Color Harmonies of #2979BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979BF

Black with #2979BF

Text Example


Text Example

White with #2979BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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