Html Css Color HEX #338EDC Summer Sky

📋 copy color: '#338EDC'

red 51 ◦ green 142 ◦ blue 220

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

Shades of Summer Sky #338EDC

Tints of Summer Sky #338EDC

RGB

 RED value IS 51 (20.31% from 255) = 12.35%

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 12.35%
G = 34.38%
B = 53.27%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#338EDC (or 0x338EDC) is known color: Summer Sky. HEX triplet: 33, 8E and DC. RGB value is (51,142,220). Sum of RGB (Red+Green+Blue) = 51+142+220=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #338EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EDC is #CC7123. Grayscale: #7B7B7B. Windows color (decimal): -13398308 or 14454323. OLE color: 14454323.

HSL color Cylindrical-coordinate representation of color #338EDC: hue angle of 207.69º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338EDC is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 142 220 -
CMYK 0.77 0.35 0 0.14
HSL 207.69º 0.71% 0.53% -
HSV(B) 207.69º 0.77% 0.86% -
XYZ 23.96 25.22 71.31 -
YUV 123.68 182.35 76.16 -
System Red Green Blue C M Y K H S L
Decimal 51 142 220 0.77 0.35 0 0.14 207.69 0.71 0.53
Hex 33 8E DC 4D 23 0 E D0 47 35
Octal 63 216 334 115 43 0 16 320 107 65
Binary 110011 10001110 11011100 1001101 100011 0 1110 11010000 1000111 110101

Color Harmonies of #338EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EDC

Black with #338EDC

Text Example


Text Example

White with #338EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338EDC; }

 p { color: rgb(51,142,220); }

 H1.HeaderClassName
 {
   color: #338EDC;
 }
 .AnyTagClassName
 {
   color: #338EDC;
 }
</style>

background-color css

<style>
 a { background-color: #338EDC; }

 a { background-color: rgb(51,142,220); }

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

border-color css

<style>
 span { border-color: #338EDC; }

 span { border-color: rgb(51,142,220); }

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