Html Css Color HEX #2879BC Curious Blue

📋 copy color: '#2879BC'

red 40 ◦ green 121 ◦ blue 188

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

Shades of Curious Blue #2879BC

Tints of Curious Blue #2879BC

RGB

 RED value IS 40 (16.02% from 255) = 11.46%

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 11.46%
G = 34.67%
B = 53.87%

CMYK

 C value IS 0.79

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2879BC (or 0x2879BC) is known color: Curious Blue. HEX triplet: 28, 79 and BC. RGB value is (40,121,188). Sum of RGB (Red+Green+Blue) = 40+121+188=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #2879BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2879BC is #D78643. Grayscale: #686868. Windows color (decimal): -14124612 or 12351784. OLE color: 12351784.

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

Color convert

RGB 40 121 188 -
CMYK 0.79 0.36 0 0.26
HSL 207.16º 0.65% 0.45% -
HSV(B) 207.16º 0.79% 0.74% -
XYZ 16.79 17.76 50.12 -
YUV 104.42 175.16 82.05 -
System Red Green Blue C M Y K H S L
Decimal 40 121 188 0.79 0.36 0 0.26 207.16 0.65 0.45
Hex 28 79 BC 4F 24 0 1A CF 41 2D
Octal 50 171 274 117 44 0 32 317 101 55
Binary 101000 1111001 10111100 1001111 100100 0 11010 11001111 1000001 101101

Color Harmonies of #2879BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2879BC

Black with #2879BC

Text Example


Text Example

White with #2879BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2879BC; }

 p { color: rgb(40,121,188); }

 H1.HeaderClassName
 {
   color: #2879BC;
 }
 .AnyTagClassName
 {
   color: #2879BC;
 }
</style>

background-color css

<style>
 a { background-color: #2879BC; }

 a { background-color: rgb(40,121,188); }

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

border-color css

<style>
 span { border-color: #2879BC; }

 span { border-color: rgb(40,121,188); }

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