Html Css Color HEX #388FDB Summer Sky

📋 copy color: '#388FDB'

red 56 ◦ green 143 ◦ blue 219

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

Shades of Summer Sky #388FDB

Tints of Summer Sky #388FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.39%

R = 13.4%
G = 34.21%
B = 52.39%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#388FDB (or 0x388FDB) is known color: Summer Sky. HEX triplet: 38, 8F and DB. RGB value is (56,143,219). Sum of RGB (Red+Green+Blue) = 56+143+219=418 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.40% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #388FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FDB is #C77024. Grayscale: #7D7D7D. Windows color (decimal): -13070373 or 14389048. OLE color: 14389048.

HSL color Cylindrical-coordinate representation of color #388FDB: hue angle of 207.98º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #388FDB is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 143 219 -
CMYK 0.74 0.35 0 0.14
HSL 207.98º 0.69% 0.54% -
HSV(B) 207.98º 0.74% 0.86% -
XYZ 24.24 25.6 70.68 -
YUV 125.65 180.68 78.32 -
System Red Green Blue C M Y K H S L
Decimal 56 143 219 0.74 0.35 0 0.14 207.98 0.69 0.54
Hex 38 8F DB 4A 23 0 E D0 45 36
Octal 70 217 333 112 43 0 16 320 105 66
Binary 111000 10001111 11011011 1001010 100011 0 1110 11010000 1000101 110110

Color Harmonies of #388FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FDB

Black with #388FDB

Text Example


Text Example

White with #388FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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