Html Css Color HEX #399BDB Summer Sky

📋 copy color: '#399BDB'

red 57 ◦ green 155 ◦ blue 219

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

Shades of Summer Sky #399BDB

Tints of Summer Sky #399BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.96%

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

R = 13.23%
G = 35.96%
B = 50.81%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#399BDB (or 0x399BDB) is known color: Summer Sky. HEX triplet: 39, 9B and DB. RGB value is (57,155,219). Sum of RGB (Red+Green+Blue) = 57+155+219=431 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.23% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #399BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BDB is #C66424. Grayscale: #848484. Windows color (decimal): -13001765 or 14392121. OLE color: 14392121.

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

Color convert

RGB 57 155 219 -
CMYK 0.74 0.29 0 0.14
HSL 203.7º 0.69% 0.54% -
HSV(B) 203.7º 0.74% 0.86% -
XYZ 26.19 29.43 71.32 -
YUV 132.99 176.53 73.8 -
System Red Green Blue C M Y K H S L
Decimal 57 155 219 0.74 0.29 0 0.14 203.7 0.69 0.54
Hex 39 9B DB 4A 1D 0 E CC 45 36
Octal 71 233 333 112 35 0 16 314 105 66
Binary 111001 10011011 11011011 1001010 11101 0 1110 11001100 1000101 110110

Color Harmonies of #399BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399BDB

Black with #399BDB

Text Example


Text Example

White with #399BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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