Html Css Color HEX #208DB5 Pelorous

📋 copy color: '#208DB5'

red 32 ◦ green 141 ◦ blue 181

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

Shades of Pelorous #208DB5

Tints of Pelorous #208DB5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.83%

 BLUE value IS 181 (71.09% from 255) = 51.13%

R = 9.04%
G = 39.83%
B = 51.13%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#208DB5 (or 0x208DB5) is known color: Pelorous. HEX triplet: 20, 8D and B5. RGB value is (32,141,181). Sum of RGB (Red+Green+Blue) = 32+141+181=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #208DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DB5 is #DF724A. Grayscale: #707070. Windows color (decimal): -14643787 or 11898144. OLE color: 11898144.

HSL color Cylindrical-coordinate representation of color #208DB5: hue angle of 196.11º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #208DB5 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 141 181 -
CMYK 0.82 0.22 0 0.29
HSL 196.11º 0.7% 0.42% -
HSV(B) 196.11º 0.82% 0.71% -
XYZ 18.46 22.69 47.12 -
YUV 112.97 166.39 70.25 -
System Red Green Blue C M Y K H S L
Decimal 32 141 181 0.82 0.22 0 0.29 196.11 0.7 0.42
Hex 20 8D B5 52 16 0 1D C4 46 2A
Octal 40 215 265 122 26 0 35 304 106 52
Binary 100000 10001101 10110101 1010010 10110 0 11101 11000100 1000110 101010

Color Harmonies of #208DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208DB5

Black with #208DB5

Text Example


Text Example

White with #208DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208DB5; }

 p { color: rgb(32,141,181); }

 H1.HeaderClassName
 {
   color: #208DB5;
 }
 .AnyTagClassName
 {
   color: #208DB5;
 }
</style>

background-color css

<style>
 a { background-color: #208DB5; }

 a { background-color: rgb(32,141,181); }

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

border-color css

<style>
 span { border-color: #208DB5; }

 span { border-color: rgb(32,141,181); }

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