Html Css Color HEX #2887CC Curious Blue

📋 copy color: '#2887CC'

red 40 ◦ green 135 ◦ blue 204

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

Shades of Curious Blue #2887CC

Tints of Curious Blue #2887CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

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

R = 10.55%
G = 35.62%
B = 53.83%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2887CC (or 0x2887CC) is known color: Curious Blue. HEX triplet: 28, 87 and CC. RGB value is (40,135,204). Sum of RGB (Red+Green+Blue) = 40+135+204=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #2887CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2887CC is #D77833. Grayscale: #727272. Windows color (decimal): -14121012 or 13403944. OLE color: 13403944.

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

Color convert

RGB 40 135 204 -
CMYK 0.80 0.34 0 0.2
HSL 205.24º 0.67% 0.48% -
HSV(B) 205.24º 0.8% 0.8% -
XYZ 20.44 22.14 60.32 -
YUV 114.46 178.53 74.89 -
System Red Green Blue C M Y K H S L
Decimal 40 135 204 0.80 0.34 0 0.2 205.24 0.67 0.48
Hex 28 87 CC 50 22 0 14 CD 43 30
Octal 50 207 314 120 42 0 24 315 103 60
Binary 101000 10000111 11001100 1010000 100010 0 10100 11001101 1000011 110000

Color Harmonies of #2887CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2887CC

Black with #2887CC

Text Example


Text Example

White with #2887CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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