Html Css Color HEX #399EDD Summer Sky

📋 copy color: '#399EDD'

red 57 ◦ green 158 ◦ blue 221

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

Shades of Summer Sky #399EDD

Tints of Summer Sky #399EDD

RGB

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

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

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

R = 13.07%
G = 36.24%
B = 50.69%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#399EDD (or 0x399EDD) is known color: Summer Sky. HEX triplet: 39, 9E and DD. RGB value is (57,158,221). Sum of RGB (Red+Green+Blue) = 57+158+221=436 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.07% from 436); Green value is 158 (62.11% from 255 or 36.24% 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 #399EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EDD is #C66122. Grayscale: #868686. Windows color (decimal): -13000995 or 14523961. OLE color: 14523961.

HSL color Cylindrical-coordinate representation of color #399EDD: hue angle of 203.05º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399EDD is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 158 221 -
CMYK 0.74 0.29 0 0.13
HSL 203.05º 0.71% 0.55% -
HSV(B) 203.05º 0.74% 0.87% -
XYZ 26.97 30.54 72.88 -
YUV 134.98 176.54 72.38 -
System Red Green Blue C M Y K H S L
Decimal 57 158 221 0.74 0.29 0 0.13 203.05 0.71 0.55
Hex 39 9E DD 4A 1D 0 D CB 47 37
Octal 71 236 335 112 35 0 15 313 107 67
Binary 111001 10011110 11011101 1001010 11101 0 1101 11001011 1000111 110111

Color Harmonies of #399EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399EDD

Black with #399EDD

Text Example


Text Example

White with #399EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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