Html Css Color HEX #208BCC Pelorous

📋 copy color: '#208BCC'

red 32 ◦ green 139 ◦ blue 204

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

Shades of Pelorous #208BCC

Tints of Pelorous #208BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.07%

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

R = 8.53%
G = 37.07%
B = 54.4%

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

#208BCC (or 0x208BCC) is known color: Pelorous. HEX triplet: 20, 8B and CC. RGB value is (32,139,204). Sum of RGB (Red+Green+Blue) = 32+139+204=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #208BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BCC is #DF7433. Grayscale: #727272. Windows color (decimal): -14644276 or 13404960. OLE color: 13404960.

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

Color convert

RGB 32 139 204 -
CMYK 0.84 0.32 0 0.2
HSL 202.67º 0.73% 0.46% -
HSV(B) 202.67º 0.84% 0.8% -
XYZ 20.73 23.13 60.5 -
YUV 114.42 178.55 69.21 -
System Red Green Blue C M Y K H S L
Decimal 32 139 204 0.84 0.32 0 0.2 202.67 0.73 0.46
Hex 20 8B CC 54 20 0 14 CB 49 2E
Octal 40 213 314 124 40 0 24 313 111 56
Binary 100000 10001011 11001100 1010100 100000 0 10100 11001011 1001001 101110

Color Harmonies of #208BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208BCC

Black with #208BCC

Text Example


Text Example

White with #208BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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