Html Css Color HEX #399EDA Summer Sky

📋 copy color: '#399EDA'

red 57 ◦ green 158 ◦ blue 218

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

Shades of Summer Sky #399EDA

Tints of Summer Sky #399EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.49%

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

R = 13.16%
G = 36.49%
B = 50.35%

CMYK

 C value IS 0.74

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#399EDA (or 0x399EDA) is known color: Summer Sky. HEX triplet: 39, 9E and DA. RGB value is (57,158,218). Sum of RGB (Red+Green+Blue) = 57+158+218=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #399EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EDA is #C66125. Grayscale: #868686. Windows color (decimal): -13000998 or 14327353. OLE color: 14327353.

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

Color convert

RGB 57 158 218 -
CMYK 0.74 0.28 0 0.15
HSL 202.36º 0.69% 0.54% -
HSV(B) 202.36º 0.74% 0.85% -
XYZ 26.57 30.39 70.79 -
YUV 134.64 175.04 72.62 -
System Red Green Blue C M Y K H S L
Decimal 57 158 218 0.74 0.28 0 0.15 202.36 0.69 0.54
Hex 39 9E DA 4A 1C 0 F CA 45 36
Octal 71 236 332 112 34 0 17 312 105 66
Binary 111001 10011110 11011010 1001010 11100 0 1111 11001010 1000101 110110

Color Harmonies of #399EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399EDA

Black with #399EDA

Text Example


Text Example

White with #399EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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