Html Css Color HEX #2189CB Curious Blue

📋 copy color: '#2189CB'

red 33 ◦ green 137 ◦ blue 203

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

Shades of Curious Blue #2189CB

Tints of Curious Blue #2189CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 8.85%
G = 36.73%
B = 54.42%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2189CB (or 0x2189CB) is known color: Curious Blue. HEX triplet: 21, 89 and CB. RGB value is (33,137,203). Sum of RGB (Red+Green+Blue) = 33+137+203=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #2189CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189CB is #DE7634. Grayscale: #717171. Windows color (decimal): -14579253 or 13338913. OLE color: 13338913.

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

Color convert

RGB 33 137 203 -
CMYK 0.84 0.33 0 0.20
HSL 203.29º 0.72% 0.46% -
HSV(B) 203.29º 0.84% 0.8% -
XYZ 20.35 22.53 59.78 -
YUV 113.43 178.54 70.63 -
System Red Green Blue C M Y K H S L
Decimal 33 137 203 0.84 0.33 0 0.20 203.29 0.72 0.46
Hex 21 89 CB 54 21 0 14 CB 48 2E
Octal 41 211 313 124 41 0 24 313 110 56
Binary 100001 10001001 11001011 1010100 100001 0 10100 11001011 1001000 101110

Color Harmonies of #2189CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189CB

Black with #2189CB

Text Example


Text Example

White with #2189CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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