Html Css Color HEX #2188CC Curious Blue

📋 copy color: '#2188CC'

red 33 ◦ green 136 ◦ blue 204

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

Shades of Curious Blue #2188CC

Tints of Curious Blue #2188CC

RGB

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

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

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

R = 8.85%
G = 36.46%
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

#2188CC (or 0x2188CC) is known color: Curious Blue. HEX triplet: 21, 88 and CC. RGB value is (33,136,204). Sum of RGB (Red+Green+Blue) = 33+136+204=373 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.85% from 373); Green value is 136 (53.52% from 255 or 36.46% 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 #2188CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2188CC is #DE7733. Grayscale: #707070. Windows color (decimal): -14579508 or 13404193. OLE color: 13404193.

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

Color convert

RGB 33 136 204 -
CMYK 0.84 0.33 0 0.2
HSL 203.86º 0.72% 0.46% -
HSV(B) 203.86º 0.84% 0.8% -
XYZ 20.33 22.29 60.36 -
YUV 112.96 179.38 70.97 -
System Red Green Blue C M Y K H S L
Decimal 33 136 204 0.84 0.33 0 0.2 203.86 0.72 0.46
Hex 21 88 CC 54 21 0 14 CC 48 2E
Octal 41 210 314 124 41 0 24 314 110 56
Binary 100001 10001000 11001100 1010100 100001 0 10100 11001100 1001000 101110

Color Harmonies of #2188CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2188CC

Black with #2188CC

Text Example


Text Example

White with #2188CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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