Html Css Color HEX #2874CC Denim

📋 copy color: '#2874CC'

red 40 ◦ green 116 ◦ blue 204

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

Shades of Denim #2874CC

Tints of Denim #2874CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 11.11%
G = 32.22%
B = 56.67%

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

#2874CC (or 0x2874CC) is known color: Denim. HEX triplet: 28, 74 and CC. RGB value is (40,116,204). Sum of RGB (Red+Green+Blue) = 40+116+204=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #2874CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2874CC is #D78B33. Grayscale: #666666. Windows color (decimal): -14125876 or 13399080. OLE color: 13399080.

HSL color Cylindrical-coordinate representation of color #2874CC: hue angle of 212.2º 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 #2874CC is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 116 204 -
CMYK 0.80 0.43 0 0.2
HSL 212.2º 0.67% 0.48% -
HSV(B) 212.2º 0.8% 0.8% -
XYZ 18.02 17.3 59.52 -
YUV 103.31 184.82 82.84 -
System Red Green Blue C M Y K H S L
Decimal 40 116 204 0.80 0.43 0 0.2 212.2 0.67 0.48
Hex 28 74 CC 50 2B 0 14 D4 43 30
Octal 50 164 314 120 53 0 24 324 103 60
Binary 101000 1110100 11001100 1010000 101011 0 10100 11010100 1000011 110000

Color Harmonies of #2874CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2874CC

Black with #2874CC

Text Example


Text Example

White with #2874CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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