Html Css Color HEX #2189D6 Curious Blue

📋 copy color: '#2189D6'

red 33 ◦ green 137 ◦ blue 214

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

Shades of Curious Blue #2189D6

Tints of Curious Blue #2189D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.73%

R = 8.59%
G = 35.68%
B = 55.73%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2189D6 (or 0x2189D6) is known color: Curious Blue. HEX triplet: 21, 89 and D6. RGB value is (33,137,214). Sum of RGB (Red+Green+Blue) = 33+137+214=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #2189D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2189D6 is #DE7629. Grayscale: #727272. Windows color (decimal): -14579242 or 14059809. OLE color: 14059809.

HSL color Cylindrical-coordinate representation of color #2189D6: hue angle of 205.52º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2189D6 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 137 214 -
CMYK 0.85 0.36 0 0.16
HSL 205.52º 0.73% 0.48% -
HSV(B) 205.52º 0.85% 0.84% -
XYZ 21.71 23.07 66.93 -
YUV 114.68 184.04 69.74 -
System Red Green Blue C M Y K H S L
Decimal 33 137 214 0.85 0.36 0 0.16 205.52 0.73 0.48
Hex 21 89 D6 55 24 0 10 CE 49 30
Octal 41 211 326 125 44 0 20 316 111 60
Binary 100001 10001001 11010110 1010101 100100 0 10000 11001110 1001001 110000

Color Harmonies of #2189D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2189D6

Black with #2189D6

Text Example


Text Example

White with #2189D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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