Html Css Color HEX #2987CC Curious Blue

📋 copy color: '#2987CC'

red 41 ◦ green 135 ◦ blue 204

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

Shades of Curious Blue #2987CC

Tints of Curious Blue #2987CC

RGB

 RED value IS 41 (16.41% from 255) = 10.79%

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

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

R = 10.79%
G = 35.53%
B = 53.68%

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

#2987CC (or 0x2987CC) is known color: Curious Blue. HEX triplet: 29, 87 and CC. RGB value is (41,135,204). Sum of RGB (Red+Green+Blue) = 41+135+204=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #2987CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2987CC is #D67833. Grayscale: #727272. Windows color (decimal): -14055476 or 13403945. OLE color: 13403945.

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

Color convert

RGB 41 135 204 -
CMYK 0.80 0.34 0 0.2
HSL 205.4º 0.67% 0.48% -
HSV(B) 205.4º 0.8% 0.8% -
XYZ 20.48 22.16 60.32 -
YUV 114.76 178.36 75.39 -
System Red Green Blue C M Y K H S L
Decimal 41 135 204 0.80 0.34 0 0.2 205.4 0.67 0.48
Hex 29 87 CC 50 22 0 14 CD 43 30
Octal 51 207 314 120 42 0 24 315 103 60
Binary 101001 10000111 11001100 1010000 100010 0 10100 11001101 1000011 110000

Color Harmonies of #2987CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2987CC

Black with #2987CC

Text Example


Text Example

White with #2987CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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