Html Css Color HEX #2088BE Pelorous

📋 copy color: '#2088BE'

red 32 ◦ green 136 ◦ blue 190

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

Shades of Pelorous #2088BE

Tints of Pelorous #2088BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 8.94%
G = 37.99%
B = 53.07%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2088BE (or 0x2088BE) is known color: Pelorous. HEX triplet: 20, 88 and BE. RGB value is (32,136,190). Sum of RGB (Red+Green+Blue) = 32+136+190=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #2088BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088BE is #DF7741. Grayscale: #6E6E6E. Windows color (decimal): -14645058 or 12486688. OLE color: 12486688.

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

Color convert

RGB 32 136 190 -
CMYK 0.83 0.28 0 0.25
HSL 200.51º 0.71% 0.44% -
HSV(B) 200.51º 0.83% 0.75% -
XYZ 18.69 21.63 51.91 -
YUV 111.06 172.54 71.61 -
System Red Green Blue C M Y K H S L
Decimal 32 136 190 0.83 0.28 0 0.25 200.51 0.71 0.44
Hex 20 88 BE 53 1C 0 19 C9 47 2C
Octal 40 210 276 123 34 0 31 311 107 54
Binary 100000 10001000 10111110 1010011 11100 0 11001 11001001 1000111 101100

Color Harmonies of #2088BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2088BE

Black with #2088BE

Text Example


Text Example

White with #2088BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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