Html Css Color HEX #2089CC Curious Blue

📋 copy color: '#2089CC'

red 32 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #2089CC

Tints of Curious Blue #2089CC

RGB

 RED value IS 32 (12.89% from 255) = 8.58%

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

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

R = 8.58%
G = 36.73%
B = 54.69%

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

#2089CC (or 0x2089CC) is known color: Curious Blue. HEX triplet: 20, 89 and CC. RGB value is (32,137,204). Sum of RGB (Red+Green+Blue) = 32+137+204=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #2089CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2089CC is #DF7633. Grayscale: #707070. Windows color (decimal): -14644788 or 13404448. OLE color: 13404448.

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

Color convert

RGB 32 137 204 -
CMYK 0.84 0.33 0 0.2
HSL 203.37º 0.73% 0.46% -
HSV(B) 203.37º 0.84% 0.8% -
XYZ 20.44 22.56 60.4 -
YUV 113.24 179.21 70.05 -
System Red Green Blue C M Y K H S L
Decimal 32 137 204 0.84 0.33 0 0.2 203.37 0.73 0.46
Hex 20 89 CC 54 21 0 14 CB 49 2E
Octal 40 211 314 124 41 0 24 313 111 56
Binary 100000 10001001 11001100 1010100 100001 0 10100 11001011 1001001 101110

Color Harmonies of #2089CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2089CC

Black with #2089CC

Text Example


Text Example

White with #2089CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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