Html Css Color HEX #2180BB Curious Blue

📋 copy color: '#2180BB'

red 33 ◦ green 128 ◦ blue 187

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

Shades of Curious Blue #2180BB

Tints of Curious Blue #2180BB

RGB

 RED value IS 33 (13.28% from 255) = 9.48%

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

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 9.48%
G = 36.78%
B = 53.74%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2180BB (or 0x2180BB) is known color: Curious Blue. HEX triplet: 21, 80 and BB. RGB value is (33,128,187). Sum of RGB (Red+Green+Blue) = 33+128+187=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #2180BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2180BB is #DE7F44. Grayscale: #696969. Windows color (decimal): -14581573 or 12288033. OLE color: 12288033.

HSL color Cylindrical-coordinate representation of color #2180BB: hue angle of 202.99º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2180BB is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 128 187 -
CMYK 0.82 0.32 0 0.27
HSL 202.99º 0.7% 0.43% -
HSV(B) 202.99º 0.82% 0.73% -
XYZ 17.32 19.35 49.84 -
YUV 106.32 173.53 75.7 -
System Red Green Blue C M Y K H S L
Decimal 33 128 187 0.82 0.32 0 0.27 202.99 0.7 0.43
Hex 21 80 BB 52 20 0 1B CB 46 2B
Octal 41 200 273 122 40 0 33 313 106 53
Binary 100001 10000000 10111011 1010010 100000 0 11011 11001011 1000110 101011

Color Harmonies of #2180BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2180BB

Black with #2180BB

Text Example


Text Example

White with #2180BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2180BB; }

 p { color: rgb(33,128,187); }

 H1.HeaderClassName
 {
   color: #2180BB;
 }
 .AnyTagClassName
 {
   color: #2180BB;
 }
</style>

background-color css

<style>
 a { background-color: #2180BB; }

 a { background-color: rgb(33,128,187); }

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

border-color css

<style>
 span { border-color: #2180BB; }

 span { border-color: rgb(33,128,187); }

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