#388AE2

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

Shades of Dodger Blue #388AE2

Tints of Dodger Blue #388AE2

Color information

#388AE2 (or 0x388AE2) is unknown color: approx Dodger Blue. HEX triplet: 38, 8A and E2. RGB value is (56,138,226). Sum of RGB (Red+Green+Blue) = 56+138+226=420 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.33% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #388AE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388AE2 is #C7751D. Grayscale: #7B7B7B. Windows color (decimal): -13071646 or 14846520. OLE color: 14846520.

HSL color Cylindrical-coordinate representation of color #388AE2: hue angle of 211.06º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #388AE2 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB56138226-
CMYK0.750.3900.11
HSL211.06º74.56%55.29%-
HSV(B)211.06º75.22%88.63%-
XYZ24.4524.5175.39-
YUV123.51185.8379.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.33%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 226 (88.67% from 255) = 53.81%
R=13.33%
G=32.86%
B=53.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal561382260.750.3900.11211.0674.5655.29
Hex388AE24B270Bd34b37
Octal702123421134701332311367
Binary1110001000101011100010100101110011101011110100111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,138,226); }

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

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

 a { background-color: rgb(56,138,226); }

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

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

 span { border-color: rgb(56,138,226); }

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