Html Css Color HEX #2088CC Curious Blue

📋 copy color: '#2088CC'

red 32 ◦ green 136 ◦ blue 204

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

Shades of Curious Blue #2088CC

Tints of Curious Blue #2088CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

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

R = 8.6%
G = 36.56%
B = 54.84%

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

#2088CC (or 0x2088CC) is known color: Curious Blue. HEX triplet: 20, 88 and CC. RGB value is (32,136,204). Sum of RGB (Red+Green+Blue) = 32+136+204=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #2088CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088CC is #DF7733. Grayscale: #707070. Windows color (decimal): -14645044 or 13404192. OLE color: 13404192.

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

Color convert

RGB 32 136 204 -
CMYK 0.84 0.33 0 0.2
HSL 203.72º 0.73% 0.46% -
HSV(B) 203.72º 0.84% 0.8% -
XYZ 20.3 22.28 60.36 -
YUV 112.66 179.54 70.47 -
System Red Green Blue C M Y K H S L
Decimal 32 136 204 0.84 0.33 0 0.2 203.72 0.73 0.46
Hex 20 88 CC 54 21 0 14 CC 49 2E
Octal 40 210 314 124 41 0 24 314 111 56
Binary 100000 10001000 11001100 1010100 100001 0 10100 11001100 1001001 101110

Color Harmonies of #2088CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2088CC

Black with #2088CC

Text Example


Text Example

White with #2088CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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