Html Css Color HEX #2979CB Curious Blue

📋 copy color: '#2979CB'

red 41 ◦ green 121 ◦ blue 203

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

Shades of Curious Blue #2979CB

Tints of Curious Blue #2979CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.62%

R = 11.23%
G = 33.15%
B = 55.62%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2979CB (or 0x2979CB) is known color: Curious Blue. HEX triplet: 29, 79 and CB. RGB value is (41,121,203). Sum of RGB (Red+Green+Blue) = 41+121+203=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #2979CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979CB is #D68634. Grayscale: #6A6A6A. Windows color (decimal): -14059061 or 13334825. OLE color: 13334825.

HSL color Cylindrical-coordinate representation of color #2979CB: hue angle of 210.37º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2979CB is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 121 203 -
CMYK 0.80 0.40 0 0.20
HSL 210.37º 0.66% 0.48% -
HSV(B) 210.37º 0.8% 0.8% -
XYZ 18.53 18.46 59.09 -
YUV 106.43 182.5 81.33 -
System Red Green Blue C M Y K H S L
Decimal 41 121 203 0.80 0.40 0 0.20 210.37 0.66 0.48
Hex 29 79 CB 50 28 0 14 D2 42 30
Octal 51 171 313 120 50 0 24 322 102 60
Binary 101001 1111001 11001011 1010000 101000 0 10100 11010010 1000010 110000

Color Harmonies of #2979CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979CB

Black with #2979CB

Text Example


Text Example

White with #2979CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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