Html Css Color HEX #2189BD Pelorous

📋 copy color: '#2189BD'

red 33 ◦ green 137 ◦ blue 189

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

Shades of Pelorous #2189BD

Tints of Pelorous #2189BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 9.19%
G = 38.16%
B = 52.65%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2189BD (or 0x2189BD) is known color: Pelorous. HEX triplet: 21, 89 and BD. RGB value is (33,137,189). Sum of RGB (Red+Green+Blue) = 33+137+189=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #2189BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189BD is #DE7642. Grayscale: #6F6F6F. Windows color (decimal): -14579267 or 12421409. OLE color: 12421409.

HSL color Cylindrical-coordinate representation of color #2189BD: hue angle of 200º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2189BD is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 137 189 -
CMYK 0.83 0.28 0 0.26
HSL 200º 0.7% 0.44% -
HSV(B) 200º 0.83% 0.74% -
XYZ 18.76 21.89 51.38 -
YUV 111.83 171.54 71.77 -
System Red Green Blue C M Y K H S L
Decimal 33 137 189 0.83 0.28 0 0.26 200 0.7 0.44
Hex 21 89 BD 53 1C 0 1A C8 46 2C
Octal 41 211 275 123 34 0 32 310 106 54
Binary 100001 10001001 10111101 1010011 11100 0 11010 11001000 1000110 101100

Color Harmonies of #2189BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189BD

Black with #2189BD

Text Example


Text Example

White with #2189BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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