Html Css Color HEX #2088BC Pelorous

📋 copy color: '#2088BC'

red 32 ◦ green 136 ◦ blue 188

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

Shades of Pelorous #2088BC

Tints of Pelorous #2088BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 8.99%
G = 38.2%
B = 52.81%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2088BC (or 0x2088BC) is known color: Pelorous. HEX triplet: 20, 88 and BC. RGB value is (32,136,188). Sum of RGB (Red+Green+Blue) = 32+136+188=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #2088BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088BC is #DF7743. Grayscale: #6E6E6E. Windows color (decimal): -14645060 or 12355616. OLE color: 12355616.

HSL color Cylindrical-coordinate representation of color #2088BC: hue angle of 200º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2088BC is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 136 188 -
CMYK 0.83 0.28 0 0.26
HSL 200º 0.71% 0.43% -
HSV(B) 200º 0.83% 0.74% -
XYZ 18.48 21.55 50.76 -
YUV 110.83 171.54 71.77 -
System Red Green Blue C M Y K H S L
Decimal 32 136 188 0.83 0.28 0 0.26 200 0.71 0.43
Hex 20 88 BC 53 1C 0 1A C8 47 2B
Octal 40 210 274 123 34 0 32 310 107 53
Binary 100000 10001000 10111100 1010011 11100 0 11010 11001000 1000111 101011

Color Harmonies of #2088BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2088BC

Black with #2088BC

Text Example


Text Example

White with #2088BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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