Html Css Color HEX #208ACC Pelorous

📋 copy color: '#208ACC'

red 32 ◦ green 138 ◦ blue 204

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

Shades of Pelorous #208ACC

Tints of Pelorous #208ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 8.56%
G = 36.9%
B = 54.55%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#208ACC (or 0x208ACC) is known color: Pelorous. HEX triplet: 20, 8A and CC. RGB value is (32,138,204). Sum of RGB (Red+Green+Blue) = 32+138+204=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #208ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ACC is #DF7533. Grayscale: #717171. Windows color (decimal): -14644532 or 13404704. OLE color: 13404704.

HSL color Cylindrical-coordinate representation of color #208ACC: hue angle of 203.02º 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 #208ACC is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 138 204 -
CMYK 0.84 0.32 0 0.2
HSL 203.02º 0.73% 0.46% -
HSV(B) 203.02º 0.84% 0.8% -
XYZ 20.58 22.84 60.45 -
YUV 113.83 178.88 69.63 -
System Red Green Blue C M Y K H S L
Decimal 32 138 204 0.84 0.32 0 0.2 203.02 0.73 0.46
Hex 20 8A CC 54 20 0 14 CB 49 2E
Octal 40 212 314 124 40 0 24 313 111 56
Binary 100000 10001010 11001100 1010100 100000 0 10100 11001011 1001001 101110

Color Harmonies of #208ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208ACC

Black with #208ACC

Text Example


Text Example

White with #208ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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