Html Css Color HEX #2987BE Curious Blue

📋 copy color: '#2987BE'

red 41 ◦ green 135 ◦ blue 190

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

Shades of Curious Blue #2987BE

Tints of Curious Blue #2987BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 11.2%
G = 36.89%
B = 51.91%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2987BE (or 0x2987BE) is known color: Curious Blue. HEX triplet: 29, 87 and BE. RGB value is (41,135,190). Sum of RGB (Red+Green+Blue) = 41+135+190=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #2987BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2987BE is #D67841. Grayscale: #707070. Windows color (decimal): -14055490 or 12486441. OLE color: 12486441.

HSL color Cylindrical-coordinate representation of color #2987BE: hue angle of 202.15º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2987BE is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 135 190 -
CMYK 0.78 0.29 0 0.25
HSL 202.15º 0.65% 0.45% -
HSV(B) 202.15º 0.78% 0.75% -
XYZ 18.87 21.52 51.87 -
YUV 113.16 171.36 76.53 -
System Red Green Blue C M Y K H S L
Decimal 41 135 190 0.78 0.29 0 0.25 202.15 0.65 0.45
Hex 29 87 BE 4E 1D 0 19 CA 41 2D
Octal 51 207 276 116 35 0 31 312 101 55
Binary 101001 10000111 10111110 1001110 11101 0 11001 11001010 1000001 101101

Color Harmonies of #2987BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2987BE

Black with #2987BE

Text Example


Text Example

White with #2987BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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