Html Css Color HEX #2979CA Curious Blue

📋 copy color: '#2979CA'

red 41 ◦ green 121 ◦ blue 202

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

Shades of Curious Blue #2979CA

Tints of Curious Blue #2979CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.49%

R = 11.26%
G = 33.24%
B = 55.49%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2979CA (or 0x2979CA) is known color: Curious Blue. HEX triplet: 29, 79 and CA. RGB value is (41,121,202). Sum of RGB (Red+Green+Blue) = 41+121+202=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #2979CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979CA is #D68635. Grayscale: #696969. Windows color (decimal): -14059062 or 13269289. OLE color: 13269289.

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

Color convert

RGB 41 121 202 -
CMYK 0.80 0.40 0 0.21
HSL 210.19º 0.66% 0.48% -
HSV(B) 210.19º 0.8% 0.79% -
XYZ 18.41 18.41 58.46 -
YUV 106.31 182 81.41 -
System Red Green Blue C M Y K H S L
Decimal 41 121 202 0.80 0.40 0 0.21 210.19 0.66 0.48
Hex 29 79 CA 50 28 0 15 D2 42 30
Octal 51 171 312 120 50 0 25 322 102 60
Binary 101001 1111001 11001010 1010000 101000 0 10101 11010010 1000010 110000

Color Harmonies of #2979CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2979CA

Black with #2979CA

Text Example


Text Example

White with #2979CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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