Html Css Color HEX #389FDD Summer Sky

📋 copy color: '#389FDD'

red 56 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #389FDD

Tints of Summer Sky #389FDD

RGB

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

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

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

R = 12.84%
G = 36.47%
B = 50.69%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#389FDD (or 0x389FDD) is known color: Summer Sky. HEX triplet: 38, 9F and DD. RGB value is (56,159,221). Sum of RGB (Red+Green+Blue) = 56+159+221=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #389FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #389FDD is #C76022. Grayscale: #868686. Windows color (decimal): -13066275 or 14524216. OLE color: 14524216.

HSL color Cylindrical-coordinate representation of color #389FDD: hue angle of 202.55º 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 #389FDD is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 159 221 -
CMYK 0.75 0.28 0 0.13
HSL 202.55º 0.71% 0.54% -
HSV(B) 202.55º 0.75% 0.87% -
XYZ 27.08 30.86 72.94 -
YUV 135.27 176.38 71.46 -
System Red Green Blue C M Y K H S L
Decimal 56 159 221 0.75 0.28 0 0.13 202.55 0.71 0.54
Hex 38 9F DD 4B 1C 0 D CB 47 36
Octal 70 237 335 113 34 0 15 313 107 66
Binary 111000 10011111 11011101 1001011 11100 0 1101 11001011 1000111 110110

Color Harmonies of #389FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389FDD

Black with #389FDD

Text Example


Text Example

White with #389FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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