Html Css Color HEX #399DDB Summer Sky

📋 copy color: '#399DDB'

red 57 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #399DDB

Tints of Summer Sky #399DDB

RGB

 RED value IS 57 (22.66% from 255) = 13.16%

 GREEN value IS 157 (61.72% from 255) = 36.26%

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

R = 13.16%
G = 36.26%
B = 50.58%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#399DDB (or 0x399DDB) is known color: Summer Sky. HEX triplet: 39, 9D and DB. RGB value is (57,157,219). Sum of RGB (Red+Green+Blue) = 57+157+219=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #399DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399DDB is #C66224. Grayscale: #858585. Windows color (decimal): -13001253 or 14392633. OLE color: 14392633.

HSL color Cylindrical-coordinate representation of color #399DDB: hue angle of 202.96º 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 #399DDB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 157 219 -
CMYK 0.74 0.28 0 0.14
HSL 202.96º 0.69% 0.54% -
HSV(B) 202.96º 0.74% 0.86% -
XYZ 26.53 30.1 71.43 -
YUV 134.17 175.87 72.96 -
System Red Green Blue C M Y K H S L
Decimal 57 157 219 0.74 0.28 0 0.14 202.96 0.69 0.54
Hex 39 9D DB 4A 1C 0 E CB 45 36
Octal 71 235 333 112 34 0 16 313 105 66
Binary 111001 10011101 11011011 1001010 11100 0 1110 11001011 1000101 110110

Color Harmonies of #399DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DDB

Black with #399DDB

Text Example


Text Example

White with #399DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399DDB; }

 p { color: rgb(57,157,219); }

 H1.HeaderClassName
 {
   color: #399DDB;
 }
 .AnyTagClassName
 {
   color: #399DDB;
 }
</style>

background-color css

<style>
 a { background-color: #399DDB; }

 a { background-color: rgb(57,157,219); }

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

border-color css

<style>
 span { border-color: #399DDB; }

 span { border-color: rgb(57,157,219); }

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