Html Css Color HEX #389EDD Summer Sky

📋 copy color: '#389EDD'

red 56 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #389EDD

Tints of Summer Sky #389EDD

RGB

 RED value IS 56 (22.27% from 255) = 12.87%

 GREEN value IS 158 (62.11% from 255) = 36.32%

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

R = 12.87%
G = 36.32%
B = 50.8%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#389EDD (or 0x389EDD) is known color: Summer Sky. HEX triplet: 38, 9E and DD. RGB value is (56,158,221). Sum of RGB (Red+Green+Blue) = 56+158+221=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #389EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389EDD is #C76122. Grayscale: #868686. Windows color (decimal): -13066531 or 14523960. OLE color: 14523960.

HSL color Cylindrical-coordinate representation of color #389EDD: hue angle of 202.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #389EDD is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 158 221 -
CMYK 0.75 0.29 0 0.13
HSL 202.91º 0.71% 0.54% -
HSV(B) 202.91º 0.75% 0.87% -
XYZ 26.91 30.51 72.88 -
YUV 134.68 176.71 71.88 -
System Red Green Blue C M Y K H S L
Decimal 56 158 221 0.75 0.29 0 0.13 202.91 0.71 0.54
Hex 38 9E DD 4B 1D 0 D CB 47 36
Octal 70 236 335 113 35 0 15 313 107 66
Binary 111000 10011110 11011101 1001011 11101 0 1101 11001011 1000111 110110

Color Harmonies of #389EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389EDD

Black with #389EDD

Text Example


Text Example

White with #389EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,158,221); }

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

background-color css

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

 a { background-color: rgb(56,158,221); }

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

border-color css

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

 span { border-color: rgb(56,158,221); }

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