Html Css Color HEX #2884CC Curious Blue

📋 copy color: '#2884CC'

red 40 ◦ green 132 ◦ blue 204

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

Shades of Curious Blue #2884CC

Tints of Curious Blue #2884CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

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

R = 10.64%
G = 35.11%
B = 54.26%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2884CC (or 0x2884CC) is known color: Curious Blue. HEX triplet: 28, 84 and CC. RGB value is (40,132,204). Sum of RGB (Red+Green+Blue) = 40+132+204=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #2884CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2884CC is #D77B33. Grayscale: #707070. Windows color (decimal): -14121780 or 13403176. OLE color: 13403176.

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

Color convert

RGB 40 132 204 -
CMYK 0.80 0.35 0 0.2
HSL 206.34º 0.67% 0.48% -
HSV(B) 206.34º 0.8% 0.8% -
XYZ 20.03 21.31 60.19 -
YUV 112.7 179.52 76.15 -
System Red Green Blue C M Y K H S L
Decimal 40 132 204 0.80 0.35 0 0.2 206.34 0.67 0.48
Hex 28 84 CC 50 23 0 14 CE 43 30
Octal 50 204 314 120 43 0 24 316 103 60
Binary 101000 10000100 11001100 1010000 100011 0 10100 11001110 1000011 110000

Color Harmonies of #2884CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2884CC

Black with #2884CC

Text Example


Text Example

White with #2884CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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