Html Css Color HEX #2B87BD Curious Blue

📋 copy color: '#2B87BD'

red 43 ◦ green 135 ◦ blue 189

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

Shades of Curious Blue #2B87BD

Tints of Curious Blue #2B87BD

RGB

 RED value IS 43 (17.19% from 255) = 11.72%

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 11.72%
G = 36.78%
B = 51.5%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B87BD (or 0x2B87BD) is known color: Curious Blue. HEX triplet: 2B, 87 and BD. RGB value is (43,135,189). Sum of RGB (Red+Green+Blue) = 43+135+189=367 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.72% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B87BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B87BD is #D47842. Grayscale: #717171. Windows color (decimal): -13924419 or 12420907. OLE color: 12420907.

HSL color Cylindrical-coordinate representation of color #2B87BD: hue angle of 202.19º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B87BD is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 135 189 -
CMYK 0.77 0.29 0 0.26
HSL 202.19º 0.63% 0.45% -
HSV(B) 202.19º 0.77% 0.74% -
XYZ 18.85 21.52 51.3 -
YUV 113.65 170.52 77.61 -
System Red Green Blue C M Y K H S L
Decimal 43 135 189 0.77 0.29 0 0.26 202.19 0.63 0.45
Hex 2B 87 BD 4D 1D 0 1A CA 3F 2D
Octal 53 207 275 115 35 0 32 312 77 55
Binary 101011 10000111 10111101 1001101 11101 0 11010 11001010 111111 101101

Color Harmonies of #2B87BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B87BD

Black with #2B87BD

Text Example


Text Example

White with #2B87BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B87BD; }

 p { color: rgb(43,135,189); }

 H1.HeaderClassName
 {
   color: #2B87BD;
 }
 .AnyTagClassName
 {
   color: #2B87BD;
 }
</style>

background-color css

<style>
 a { background-color: #2B87BD; }

 a { background-color: rgb(43,135,189); }

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

border-color css

<style>
 span { border-color: #2B87BD; }

 span { border-color: rgb(43,135,189); }

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