Html Css Color HEX #2188CB Curious Blue

📋 copy color: '#2188CB'

red 33 ◦ green 136 ◦ blue 203

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

Shades of Curious Blue #2188CB

Tints of Curious Blue #2188CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.57%

R = 8.87%
G = 36.56%
B = 54.57%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2188CB (or 0x2188CB) is known color: Curious Blue. HEX triplet: 21, 88 and CB. RGB value is (33,136,203). Sum of RGB (Red+Green+Blue) = 33+136+203=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #2188CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2188CB is #DE7734. Grayscale: #707070. Windows color (decimal): -14579509 or 13338657. OLE color: 13338657.

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

Color convert

RGB 33 136 203 -
CMYK 0.84 0.33 0 0.20
HSL 203.65º 0.72% 0.46% -
HSV(B) 203.65º 0.84% 0.8% -
XYZ 20.21 22.24 59.73 -
YUV 112.84 178.88 71.05 -
System Red Green Blue C M Y K H S L
Decimal 33 136 203 0.84 0.33 0 0.20 203.65 0.72 0.46
Hex 21 88 CB 54 21 0 14 CC 48 2E
Octal 41 210 313 124 41 0 24 314 110 56
Binary 100001 10001000 11001011 1010100 100001 0 10100 11001100 1001000 101110

Color Harmonies of #2188CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2188CB

Black with #2188CB

Text Example


Text Example

White with #2188CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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