Html Css Color HEX #399FDA Summer Sky

📋 copy color: '#399FDA'

red 57 ◦ green 159 ◦ blue 218

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

Shades of Summer Sky #399FDA

Tints of Summer Sky #399FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 13.13%
G = 36.64%
B = 50.23%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#399FDA (or 0x399FDA) is known color: Summer Sky. HEX triplet: 39, 9F and DA. RGB value is (57,159,218). Sum of RGB (Red+Green+Blue) = 57+159+218=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #399FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399FDA is #C66025. Grayscale: #868686. Windows color (decimal): -13000742 or 14327609. OLE color: 14327609.

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

Color convert

RGB 57 159 218 -
CMYK 0.74 0.27 0 0.15
HSL 201.99º 0.69% 0.54% -
HSV(B) 201.99º 0.74% 0.85% -
XYZ 26.74 30.73 70.85 -
YUV 135.23 174.71 72.2 -
System Red Green Blue C M Y K H S L
Decimal 57 159 218 0.74 0.27 0 0.15 201.99 0.69 0.54
Hex 39 9F DA 4A 1B 0 F CA 45 36
Octal 71 237 332 112 33 0 17 312 105 66
Binary 111001 10011111 11011010 1001010 11011 0 1111 11001010 1000101 110110

Color Harmonies of #399FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399FDA

Black with #399FDA

Text Example


Text Example

White with #399FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,159,218); }

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

background-color css

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

 a { background-color: rgb(57,159,218); }

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

border-color css

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

 span { border-color: rgb(57,159,218); }

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