Html Css Color HEX #2871BB Denim

📋 copy color: '#2871BB'

red 40 ◦ green 113 ◦ blue 187

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

Shades of Denim #2871BB

Tints of Denim #2871BB

RGB

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

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

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

R = 11.76%
G = 33.24%
B = 55%

CMYK

 C value IS 0.79

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2871BB (or 0x2871BB) is known color: Denim. HEX triplet: 28, 71 and BB. RGB value is (40,113,187). Sum of RGB (Red+Green+Blue) = 40+113+187=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #2871BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2871BB is #D78E44. Grayscale: #636363. Windows color (decimal): -14126661 or 12284200. OLE color: 12284200.

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

Color convert

RGB 40 113 187 -
CMYK 0.79 0.40 0 0.27
HSL 210.2º 0.65% 0.45% -
HSV(B) 210.2º 0.79% 0.73% -
XYZ 15.75 15.85 49.24 -
YUV 99.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 40 113 187 0.79 0.40 0 0.27 210.2 0.65 0.45
Hex 28 71 BB 4F 28 0 1B D2 41 2D
Octal 50 161 273 117 50 0 33 322 101 55
Binary 101000 1110001 10111011 1001111 101000 0 11011 11010010 1000001 101101

Color Harmonies of #2871BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2871BB

Black with #2871BB

Text Example


Text Example

White with #2871BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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