Html Css Color HEX #209FCC Pelorous

📋 copy color: '#209FCC'

red 32 ◦ green 159 ◦ blue 204

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

Shades of Pelorous #209FCC

Tints of Pelorous #209FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.25%

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

R = 8.1%
G = 40.25%
B = 51.65%

CMYK

 C value IS 0.84

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#209FCC (or 0x209FCC) is known color: Pelorous. HEX triplet: 20, 9F and CC. RGB value is (32,159,204). Sum of RGB (Red+Green+Blue) = 32+159+204=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #209FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #209FCC is #DF6033. Grayscale: #7D7D7D. Windows color (decimal): -14639156 or 13410080. OLE color: 13410080.

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

Color convert

RGB 32 159 204 -
CMYK 0.84 0.22 0 0.2
HSL 195.7º 0.73% 0.46% -
HSV(B) 195.7º 0.84% 0.8% -
XYZ 23.89 29.46 61.55 -
YUV 126.16 171.92 60.84 -
System Red Green Blue C M Y K H S L
Decimal 32 159 204 0.84 0.22 0 0.2 195.7 0.73 0.46
Hex 20 9F CC 54 16 0 14 C4 49 2E
Octal 40 237 314 124 26 0 24 304 111 56
Binary 100000 10011111 11001100 1010100 10110 0 10100 11000100 1001001 101110

Color Harmonies of #209FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209FCC

Black with #209FCC

Text Example


Text Example

White with #209FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209FCC; }

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

 H1.HeaderClassName
 {
   color: #209FCC;
 }
 .AnyTagClassName
 {
   color: #209FCC;
 }
</style>

background-color css

<style>
 a { background-color: #209FCC; }

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

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

border-color css

<style>
 span { border-color: #209FCC; }

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

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