Html Css Color HEX #2871BD Denim

📋 copy color: '#2871BD'

red 40 ◦ green 113 ◦ blue 189

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

Shades of Denim #2871BD

Tints of Denim #2871BD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 11.7%
G = 33.04%
B = 55.26%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2871BD (or 0x2871BD) is known color: Denim. HEX triplet: 28, 71 and BD. RGB value is (40,113,189). Sum of RGB (Red+Green+Blue) = 40+113+189=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #2871BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2871BD is #D78E42. Grayscale: #636363. Windows color (decimal): -14126659 or 12415272. OLE color: 12415272.

HSL color Cylindrical-coordinate representation of color #2871BD: hue angle of 210.6º 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 #2871BD is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 113 189 -
CMYK 0.79 0.40 0 0.26
HSL 210.6º 0.65% 0.45% -
HSV(B) 210.6º 0.79% 0.74% -
XYZ 15.97 15.94 50.38 -
YUV 99.84 178.32 85.32 -
System Red Green Blue C M Y K H S L
Decimal 40 113 189 0.79 0.40 0 0.26 210.6 0.65 0.45
Hex 28 71 BD 4F 28 0 1A D3 41 2D
Octal 50 161 275 117 50 0 32 323 101 55
Binary 101000 1110001 10111101 1001111 101000 0 11010 11010011 1000001 101101

Color Harmonies of #2871BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2871BD

Black with #2871BD

Text Example


Text Example

White with #2871BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2871BD; }

 p { color: rgb(40,113,189); }

 H1.HeaderClassName
 {
   color: #2871BD;
 }
 .AnyTagClassName
 {
   color: #2871BD;
 }
</style>

background-color css

<style>
 a { background-color: #2871BD; }

 a { background-color: rgb(40,113,189); }

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

border-color css

<style>
 span { border-color: #2871BD; }

 span { border-color: rgb(40,113,189); }

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