Html Css Color HEX #328EDD Summer Sky

📋 copy color: '#328EDD'

red 50 ◦ green 142 ◦ blue 221

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

Shades of Summer Sky #328EDD

Tints of Summer Sky #328EDD

RGB

 RED value IS 50 (19.92% from 255) = 12.11%

 GREEN value IS 142 (55.86% from 255) = 34.38%

 BLUE value IS 221 (86.72% from 255) = 53.51%

R = 12.11%
G = 34.38%
B = 53.51%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#328EDD (or 0x328EDD) is known color: Summer Sky. HEX triplet: 32, 8E and DD. RGB value is (50,142,221). Sum of RGB (Red+Green+Blue) = 50+142+221=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #328EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #328EDD is #CD7122. Grayscale: #7B7B7B. Windows color (decimal): -13463843 or 14519858. OLE color: 14519858.

HSL color Cylindrical-coordinate representation of color #328EDD: hue angle of 207.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #328EDD is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 142 221 -
CMYK 0.77 0.36 0 0.13
HSL 207.72º 0.72% 0.53% -
HSV(B) 207.72º 0.77% 0.87% -
XYZ 24.04 25.24 72.01 -
YUV 123.5 183.02 75.58 -
System Red Green Blue C M Y K H S L
Decimal 50 142 221 0.77 0.36 0 0.13 207.72 0.72 0.53
Hex 32 8E DD 4D 24 0 D D0 48 35
Octal 62 216 335 115 44 0 15 320 110 65
Binary 110010 10001110 11011101 1001101 100100 0 1101 11010000 1001000 110101

Color Harmonies of #328EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328EDD

Black with #328EDD

Text Example


Text Example

White with #328EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328EDD; }

 p { color: rgb(50,142,221); }

 H1.HeaderClassName
 {
   color: #328EDD;
 }
 .AnyTagClassName
 {
   color: #328EDD;
 }
</style>

background-color css

<style>
 a { background-color: #328EDD; }

 a { background-color: rgb(50,142,221); }

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

border-color css

<style>
 span { border-color: #328EDD; }

 span { border-color: rgb(50,142,221); }

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