Html Css Color HEX #2093CE Pelorous

📋 copy color: '#2093CE'

red 32 ◦ green 147 ◦ blue 206

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

Shades of Pelorous #2093CE

Tints of Pelorous #2093CE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 8.31%
G = 38.18%
B = 53.51%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2093CE (or 0x2093CE) is known color: Pelorous. HEX triplet: 20, 93 and CE. RGB value is (32,147,206). Sum of RGB (Red+Green+Blue) = 32+147+206=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #2093CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093CE is #DF6C31. Grayscale: #767676. Windows color (decimal): -14642226 or 13538080. OLE color: 13538080.

HSL color Cylindrical-coordinate representation of color #2093CE: hue angle of 200.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2093CE is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 147 206 -
CMYK 0.84 0.29 0 0.19
HSL 200.34º 0.73% 0.47% -
HSV(B) 200.34º 0.84% 0.81% -
XYZ 22.17 25.63 62.17 -
YUV 119.34 176.9 65.7 -
System Red Green Blue C M Y K H S L
Decimal 32 147 206 0.84 0.29 0 0.19 200.34 0.73 0.47
Hex 20 93 CE 54 1D 0 13 C8 49 2F
Octal 40 223 316 124 35 0 23 310 111 57
Binary 100000 10010011 11001110 1010100 11101 0 10011 11001000 1001001 101111

Color Harmonies of #2093CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2093CE

Black with #2093CE

Text Example


Text Example

White with #2093CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2093CE; }

 p { color: rgb(32,147,206); }

 H1.HeaderClassName
 {
   color: #2093CE;
 }
 .AnyTagClassName
 {
   color: #2093CE;
 }
</style>

background-color css

<style>
 a { background-color: #2093CE; }

 a { background-color: rgb(32,147,206); }

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

border-color css

<style>
 span { border-color: #2093CE; }

 span { border-color: rgb(32,147,206); }

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