Html Css Color HEX #2093CC Pelorous

📋 copy color: '#2093CC'

red 32 ◦ green 147 ◦ blue 204

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

Shades of Pelorous #2093CC

Tints of Pelorous #2093CC

RGB

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

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

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

R = 8.36%
G = 38.38%
B = 53.26%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2093CC (or 0x2093CC) is known color: Pelorous. HEX triplet: 20, 93 and CC. RGB value is (32,147,204). Sum of RGB (Red+Green+Blue) = 32+147+204=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #2093CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2093CC is #DF6C33. Grayscale: #767676. Windows color (decimal): -14642228 or 13407008. OLE color: 13407008.

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

Color convert

RGB 32 147 204 -
CMYK 0.84 0.28 0 0.2
HSL 199.88º 0.73% 0.46% -
HSV(B) 199.88º 0.84% 0.8% -
XYZ 21.93 25.53 60.9 -
YUV 119.11 175.9 65.87 -
System Red Green Blue C M Y K H S L
Decimal 32 147 204 0.84 0.28 0 0.2 199.88 0.73 0.46
Hex 20 93 CC 54 1C 0 14 C8 49 2E
Octal 40 223 314 124 34 0 24 310 111 56
Binary 100000 10010011 11001100 1010100 11100 0 10100 11001000 1001001 101110

Color Harmonies of #2093CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2093CC

Black with #2093CC

Text Example


Text Example

White with #2093CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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