Html Css Color HEX #2189CC Curious Blue

📋 copy color: '#2189CC'

red 33 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #2189CC

Tints of Curious Blue #2189CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

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

R = 8.82%
G = 36.63%
B = 54.55%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2189CC (or 0x2189CC) is known color: Curious Blue. HEX triplet: 21, 89 and CC. RGB value is (33,137,204). Sum of RGB (Red+Green+Blue) = 33+137+204=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #2189CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189CC is #DE7633. Grayscale: #717171. Windows color (decimal): -14579252 or 13404449. OLE color: 13404449.

HSL color Cylindrical-coordinate representation of color #2189CC: hue angle of 203.51º 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 #2189CC is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 137 204 -
CMYK 0.84 0.33 0 0.2
HSL 203.51º 0.72% 0.46% -
HSV(B) 203.51º 0.84% 0.8% -
XYZ 20.47 22.57 60.41 -
YUV 113.54 179.04 70.55 -
System Red Green Blue C M Y K H S L
Decimal 33 137 204 0.84 0.33 0 0.2 203.51 0.72 0.46
Hex 21 89 CC 54 21 0 14 CC 48 2E
Octal 41 211 314 124 41 0 24 314 110 56
Binary 100001 10001001 11001100 1010100 100001 0 10100 11001100 1001000 101110

Color Harmonies of #2189CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189CC

Black with #2189CC

Text Example


Text Example

White with #2189CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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