Html Css Color HEX #388DDF Summer Sky

📋 copy color: '#388DDF'

red 56 ◦ green 141 ◦ blue 223

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

Shades of Summer Sky #388DDF

Tints of Summer Sky #388DDF

RGB

 RED value IS 56 (22.27% from 255) = 13.33%

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 13.33%
G = 33.57%
B = 53.1%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#388DDF (or 0x388DDF) is known color: Summer Sky. HEX triplet: 38, 8D and DF. RGB value is (56,141,223). Sum of RGB (Red+Green+Blue) = 56+141+223=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #388DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DDF is #C77220. Grayscale: #7C7C7C. Windows color (decimal): -13070881 or 14650680. OLE color: 14650680.

HSL color Cylindrical-coordinate representation of color #388DDF: hue angle of 209.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388DDF is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 141 223 -
CMYK 0.75 0.37 0 0.13
HSL 209.46º 0.72% 0.55% -
HSV(B) 209.46º 0.75% 0.87% -
XYZ 24.48 25.22 73.39 -
YUV 124.93 183.34 78.83 -
System Red Green Blue C M Y K H S L
Decimal 56 141 223 0.75 0.37 0 0.13 209.46 0.72 0.55
Hex 38 8D DF 4B 25 0 D D1 48 37
Octal 70 215 337 113 45 0 15 321 110 67
Binary 111000 10001101 11011111 1001011 100101 0 1101 11010001 1001000 110111

Color Harmonies of #388DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DDF

Black with #388DDF

Text Example


Text Example

White with #388DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388DDF; }

 p { color: rgb(56,141,223); }

 H1.HeaderClassName
 {
   color: #388DDF;
 }
 .AnyTagClassName
 {
   color: #388DDF;
 }
</style>

background-color css

<style>
 a { background-color: #388DDF; }

 a { background-color: rgb(56,141,223); }

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

border-color css

<style>
 span { border-color: #388DDF; }

 span { border-color: rgb(56,141,223); }

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