Html Css Color HEX #208ACD Pelorous

📋 copy color: '#208ACD'

red 32 ◦ green 138 ◦ blue 205

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

Shades of Pelorous #208ACD

Tints of Pelorous #208ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 8.53%
G = 36.8%
B = 54.67%

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

#208ACD (or 0x208ACD) is known color: Pelorous. HEX triplet: 20, 8A and CD. RGB value is (32,138,205). Sum of RGB (Red+Green+Blue) = 32+138+205=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #208ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ACD is #DF7532. Grayscale: #717171. Windows color (decimal): -14644531 or 13470240. OLE color: 13470240.

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

Color convert

RGB 32 138 205 -
CMYK 0.84 0.33 0 0.20
HSL 203.24º 0.73% 0.46% -
HSV(B) 203.24º 0.84% 0.8% -
XYZ 20.7 22.89 61.08 -
YUV 113.94 179.38 69.55 -
System Red Green Blue C M Y K H S L
Decimal 32 138 205 0.84 0.33 0 0.20 203.24 0.73 0.46
Hex 20 8A CD 54 21 0 14 CB 49 2E
Octal 40 212 315 124 41 0 24 313 111 56
Binary 100000 10001010 11001101 1010100 100001 0 10100 11001011 1001001 101110

Color Harmonies of #208ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208ACD

Black with #208ACD

Text Example


Text Example

White with #208ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,138,205); }

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

background-color css

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

 a { background-color: rgb(32,138,205); }

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

border-color css

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

 span { border-color: rgb(32,138,205); }

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