Html Css Color HEX #2B80BC Curious Blue

📋 copy color: '#2B80BC'

red 43 ◦ green 128 ◦ blue 188

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

Shades of Curious Blue #2B80BC

Tints of Curious Blue #2B80BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

 BLUE value IS 188 (73.83% from 255) = 52.37%

R = 11.98%
G = 35.65%
B = 52.37%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2B80BC (or 0x2B80BC) is known color: Curious Blue. HEX triplet: 2B, 80 and BC. RGB value is (43,128,188). Sum of RGB (Red+Green+Blue) = 43+128+188=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B80BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B80BC is #D47F43. Grayscale: #6D6D6D. Windows color (decimal): -13926212 or 12353579. OLE color: 12353579.

HSL color Cylindrical-coordinate representation of color #2B80BC: hue angle of 204.83º 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 #2B80BC is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 128 188 -
CMYK 0.77 0.32 0 0.26
HSL 204.83º 0.63% 0.45% -
HSV(B) 204.83º 0.77% 0.74% -
XYZ 17.79 19.58 50.42 -
YUV 109.43 172.34 80.62 -
System Red Green Blue C M Y K H S L
Decimal 43 128 188 0.77 0.32 0 0.26 204.83 0.63 0.45
Hex 2B 80 BC 4D 20 0 1A CD 3F 2D
Octal 53 200 274 115 40 0 32 315 77 55
Binary 101011 10000000 10111100 1001101 100000 0 11010 11001101 111111 101101

Color Harmonies of #2B80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B80BC

Black with #2B80BC

Text Example


Text Example

White with #2B80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,128,188); }

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

background-color css

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

 a { background-color: rgb(43,128,188); }

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

border-color css

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

 span { border-color: rgb(43,128,188); }

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