Html Css Color HEX #338EDD Summer Sky

📋 copy color: '#338EDD'

red 51 ◦ green 142 ◦ blue 221

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

Shades of Summer Sky #338EDD

Tints of Summer Sky #338EDD

RGB

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

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

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

R = 12.32%
G = 34.3%
B = 53.38%

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

#338EDD (or 0x338EDD) is known color: Summer Sky. HEX triplet: 33, 8E and DD. RGB value is (51,142,221). Sum of RGB (Red+Green+Blue) = 51+142+221=414 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.32% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #338EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EDD is #CC7122. Grayscale: #7B7B7B. Windows color (decimal): -13398307 or 14519859. OLE color: 14519859.

HSL color Cylindrical-coordinate representation of color #338EDD: hue angle of 207.88º degrees, saturation: 0.71, 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 #338EDD is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 142 221 -
CMYK 0.77 0.36 0 0.13
HSL 207.88º 0.71% 0.53% -
HSV(B) 207.88º 0.77% 0.87% -
XYZ 24.09 25.27 72.01 -
YUV 123.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 51 142 221 0.77 0.36 0 0.13 207.88 0.71 0.53
Hex 33 8E DD 4D 24 0 D D0 47 35
Octal 63 216 335 115 44 0 15 320 107 65
Binary 110011 10001110 11011101 1001101 100100 0 1101 11010000 1000111 110101

Color Harmonies of #338EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EDD

Black with #338EDD

Text Example


Text Example

White with #338EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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