#388BE5

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

Shades of Dodger Blue #388BE5

Tints of Dodger Blue #388BE5

Color information

#388BE5 (or 0x388BE5) is unknown color: approx Dodger Blue. HEX triplet: 38, 8B and E5. RGB value is (56,139,229). Sum of RGB (Red+Green+Blue) = 56+139+229=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #388BE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BE5 is #C7741A. Grayscale: #7B7B7B. Windows color (decimal): -13071387 or 15043384. OLE color: 15043384.

HSL color Cylindrical-coordinate representation of color #388BE5: hue angle of 211.21º 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 #388BE5 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB56139229-
CMYK0.760.3900.10
HSL211.21º76.89%55.88%-
HSV(B)211.21º75.55%89.8%-
XYZ25.0124.9677.63-
YUV124.4418779.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.21%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 229 (89.84% from 255) = 54.01%
R=13.21%
G=32.78%
B=54.01%

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
Decimal561392290.760.3900.10211.2176.8955.88
Hex388BE54C270Ad34d38
Octal702133451144701232311570
Binary1110001000101111100101100110010011101010110100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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