#388CE5

Color #388CE5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #388CE5

Tints of Dodger Blue #388CE5

Color information

#388CE5 (or 0x388CE5) is unknown color: approx Dodger Blue. HEX triplet: 38, 8C and E5. RGB value is (56,140,229). Sum of RGB (Red+Green+Blue) = 56+140+229=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #388CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CE5 is #C7731A. Grayscale: #7C7C7C. Windows color (decimal): -13071131 or 15043640. OLE color: 15043640.

HSL color Cylindrical-coordinate representation of color #388CE5: hue angle of 210.87º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388CE5 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB56140229-
CMYK0.760.3900.10
HSL210.87º76.89%55.88%-
HSV(B)210.87º75.55%89.8%-
XYZ25.1525.2577.68-
YUV125.03186.6778.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.18%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 229 (89.84% from 255) = 53.88%
R=13.18%
G=32.94%
B=53.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal561402290.760.3900.10210.8776.8955.88
Hex388CE54C270Ad34d38
Octal702143451144701232311570
Binary1110001000110011100101100110010011101010110100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,140,229); }

 H1.HeaderClassName
 {
   color: #388CE5;
 }
 .AnyTagClassName
 {
   color: #388CE5;
 }
</style>
background-color css

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

 a { background-color: rgb(56,140,229); }

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

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

 span { border-color: rgb(56,140,229); }

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