Html Css Color HEX #389FDB Summer Sky

📋 copy color: '#389FDB'

red 56 ◦ green 159 ◦ blue 219

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

Shades of Summer Sky #389FDB

Tints of Summer Sky #389FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.64%

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 12.9%
G = 36.64%
B = 50.46%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#389FDB (or 0x389FDB) is known color: Summer Sky. HEX triplet: 38, 9F and DB. RGB value is (56,159,219). Sum of RGB (Red+Green+Blue) = 56+159+219=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #389FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FDB is #C76024. Grayscale: #868686. Windows color (decimal): -13066277 or 14393144. OLE color: 14393144.

HSL color Cylindrical-coordinate representation of color #389FDB: hue angle of 202.09º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #389FDB is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 159 219 -
CMYK 0.74 0.27 0 0.14
HSL 202.09º 0.69% 0.54% -
HSV(B) 202.09º 0.74% 0.86% -
XYZ 26.82 30.75 71.54 -
YUV 135.04 175.38 71.62 -
System Red Green Blue C M Y K H S L
Decimal 56 159 219 0.74 0.27 0 0.14 202.09 0.69 0.54
Hex 38 9F DB 4A 1B 0 E CA 45 36
Octal 70 237 333 112 33 0 16 312 105 66
Binary 111000 10011111 11011011 1001010 11011 0 1110 11001010 1000101 110110

Color Harmonies of #389FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FDB

Black with #389FDB

Text Example


Text Example

White with #389FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,159,219); }

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

background-color css

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

 a { background-color: rgb(56,159,219); }

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

border-color css

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

 span { border-color: rgb(56,159,219); }

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