Html Css Color HEX #2879BB Curious Blue

📋 copy color: '#2879BB'

red 40 ◦ green 121 ◦ blue 187

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

Shades of Curious Blue #2879BB

Tints of Curious Blue #2879BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 11.49%
G = 34.77%
B = 53.74%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2879BB (or 0x2879BB) is known color: Curious Blue. HEX triplet: 28, 79 and BB. RGB value is (40,121,187). Sum of RGB (Red+Green+Blue) = 40+121+187=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #2879BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2879BB is #D78644. Grayscale: #676767. Windows color (decimal): -14124613 or 12286248. OLE color: 12286248.

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

Color convert

RGB 40 121 187 -
CMYK 0.79 0.35 0 0.27
HSL 206.94º 0.65% 0.45% -
HSV(B) 206.94º 0.79% 0.73% -
XYZ 16.68 17.71 49.55 -
YUV 104.31 174.66 82.13 -
System Red Green Blue C M Y K H S L
Decimal 40 121 187 0.79 0.35 0 0.27 206.94 0.65 0.45
Hex 28 79 BB 4F 23 0 1B CF 41 2D
Octal 50 171 273 117 43 0 33 317 101 55
Binary 101000 1111001 10111011 1001111 100011 0 11011 11001111 1000001 101101

Color Harmonies of #2879BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2879BB

Black with #2879BB

Text Example


Text Example

White with #2879BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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