Html Css Color HEX #388FE0 Summer Sky

📋 copy color: '#388FE0'

red 56 ◦ green 143 ◦ blue 224

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

Shades of Summer Sky #388FE0

Tints of Summer Sky #388FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 13.24%
G = 33.81%
B = 52.96%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#388FE0 (or 0x388FE0) is known color: Summer Sky. HEX triplet: 38, 8F and E0. RGB value is (56,143,224). Sum of RGB (Red+Green+Blue) = 56+143+224=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #388FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FE0 is #C7701F. Grayscale: #7D7D7D. Windows color (decimal): -13070368 or 14716728. OLE color: 14716728.

HSL color Cylindrical-coordinate representation of color #388FE0: hue angle of 208.93º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388FE0 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 143 224 -
CMYK 0.75 0.36 0 0.12
HSL 208.93º 0.73% 0.55% -
HSV(B) 208.93º 0.75% 0.88% -
XYZ 24.91 25.87 74.2 -
YUV 126.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 56 143 224 0.75 0.36 0 0.12 208.93 0.73 0.55
Hex 38 8F E0 4B 24 0 C D1 49 37
Octal 70 217 340 113 44 0 14 321 111 67
Binary 111000 10001111 11100000 1001011 100100 0 1100 11010001 1001001 110111

Color Harmonies of #388FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FE0

Black with #388FE0

Text Example


Text Example

White with #388FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,143,224); }

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

background-color css

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

 a { background-color: rgb(56,143,224); }

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

border-color css

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

 span { border-color: rgb(56,143,224); }

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