Html Css Color HEX #208DC9 Pelorous

📋 copy color: '#208DC9'

red 32 ◦ green 141 ◦ blue 201

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

Shades of Pelorous #208DC9

Tints of Pelorous #208DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.74%

R = 8.56%
G = 37.7%
B = 53.74%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#208DC9 (or 0x208DC9) is known color: Pelorous. HEX triplet: 20, 8D and C9. RGB value is (32,141,201). Sum of RGB (Red+Green+Blue) = 32+141+201=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #208DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DC9 is #DF7236. Grayscale: #727272. Windows color (decimal): -14643767 or 13208864. OLE color: 13208864.

HSL color Cylindrical-coordinate representation of color #208DC9: hue angle of 201.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #208DC9 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 141 201 -
CMYK 0.84 0.30 0 0.21
HSL 201.3º 0.73% 0.46% -
HSV(B) 201.3º 0.84% 0.79% -
XYZ 20.66 23.57 58.72 -
YUV 115.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 32 141 201 0.84 0.30 0 0.21 201.3 0.73 0.46
Hex 20 8D C9 54 1E 0 15 C9 49 2E
Octal 40 215 311 124 36 0 25 311 111 56
Binary 100000 10001101 11001001 1010100 11110 0 10101 11001001 1001001 101110

Color Harmonies of #208DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208DC9

Black with #208DC9

Text Example


Text Example

White with #208DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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