Html Css Color HEX #2875CC Denim

📋 copy color: '#2875CC'

red 40 ◦ green 117 ◦ blue 204

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

Shades of Denim #2875CC

Tints of Denim #2875CC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 11.08%
G = 32.41%
B = 56.51%

CMYK

 C value IS 0.80

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2875CC (or 0x2875CC) is known color: Denim. HEX triplet: 28, 75 and CC. RGB value is (40,117,204). Sum of RGB (Red+Green+Blue) = 40+117+204=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #2875CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2875CC is #D78A33. Grayscale: #676767. Windows color (decimal): -14125620 or 13399336. OLE color: 13399336.

HSL color Cylindrical-coordinate representation of color #2875CC: hue angle of 211.83º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2875CC is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 117 204 -
CMYK 0.80 0.43 0 0.2
HSL 211.83º 0.67% 0.48% -
HSV(B) 211.83º 0.8% 0.8% -
XYZ 18.14 17.53 59.56 -
YUV 103.9 184.49 82.43 -
System Red Green Blue C M Y K H S L
Decimal 40 117 204 0.80 0.43 0 0.2 211.83 0.67 0.48
Hex 28 75 CC 50 2B 0 14 D4 43 30
Octal 50 165 314 120 53 0 24 324 103 60
Binary 101000 1110101 11001100 1010000 101011 0 10100 11010100 1000011 110000

Color Harmonies of #2875CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2875CC

Black with #2875CC

Text Example


Text Example

White with #2875CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2875CC; }

 p { color: rgb(40,117,204); }

 H1.HeaderClassName
 {
   color: #2875CC;
 }
 .AnyTagClassName
 {
   color: #2875CC;
 }
</style>

background-color css

<style>
 a { background-color: #2875CC; }

 a { background-color: rgb(40,117,204); }

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

border-color css

<style>
 span { border-color: #2875CC; }

 span { border-color: rgb(40,117,204); }

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