Html Css Color HEX #2180CC Curious Blue

📋 copy color: '#2180CC'

red 33 ◦ green 128 ◦ blue 204

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

Shades of Curious Blue #2180CC

Tints of Curious Blue #2180CC

RGB

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

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

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

R = 9.04%
G = 35.07%
B = 55.89%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2180CC (or 0x2180CC) is known color: Curious Blue. HEX triplet: 21, 80 and CC. RGB value is (33,128,204). Sum of RGB (Red+Green+Blue) = 33+128+204=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #2180CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2180CC is #DE7F33. Grayscale: #6B6B6B. Windows color (decimal): -14581556 or 13402145. OLE color: 13402145.

HSL color Cylindrical-coordinate representation of color #2180CC: hue angle of 206.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2180CC is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 128 204 -
CMYK 0.84 0.37 0 0.2
HSL 206.67º 0.72% 0.46% -
HSV(B) 206.67º 0.84% 0.8% -
XYZ 19.25 20.12 60 -
YUV 108.26 182.03 74.32 -
System Red Green Blue C M Y K H S L
Decimal 33 128 204 0.84 0.37 0 0.2 206.67 0.72 0.46
Hex 21 80 CC 54 25 0 14 CF 48 2E
Octal 41 200 314 124 45 0 24 317 110 56
Binary 100001 10000000 11001100 1010100 100101 0 10100 11001111 1001000 101110

Color Harmonies of #2180CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2180CC

Black with #2180CC

Text Example


Text Example

White with #2180CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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