Html Css Color HEX #2978BF Curious Blue

📋 copy color: '#2978BF'

red 41 ◦ green 120 ◦ blue 191

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

Shades of Curious Blue #2978BF

Tints of Curious Blue #2978BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

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

R = 11.65%
G = 34.09%
B = 54.26%

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

#2978BF (or 0x2978BF) is known color: Curious Blue. HEX triplet: 29, 78 and BF. RGB value is (41,120,191). Sum of RGB (Red+Green+Blue) = 41+120+191=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #2978BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978BF is #D68740. Grayscale: #686868. Windows color (decimal): -14059329 or 12548137. OLE color: 12548137.

HSL color Cylindrical-coordinate representation of color #2978BF: hue angle of 208.4º 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 #2978BF is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 120 191 -
CMYK 0.79 0.37 0 0.25
HSL 208.4º 0.65% 0.45% -
HSV(B) 208.4º 0.79% 0.75% -
XYZ 17.03 17.67 51.8 -
YUV 104.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 41 120 191 0.79 0.37 0 0.25 208.4 0.65 0.45
Hex 29 78 BF 4F 25 0 19 D0 41 2D
Octal 51 170 277 117 45 0 31 320 101 55
Binary 101001 1111000 10111111 1001111 100101 0 11001 11010000 1000001 101101

Color Harmonies of #2978BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978BF

Black with #2978BF

Text Example


Text Example

White with #2978BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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