#388DE5

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

Shades of Dodger Blue #388DE5

Tints of Dodger Blue #388DE5

Color information

#388DE5 (or 0x388DE5) is unknown color: approx Dodger Blue. HEX triplet: 38, 8D and E5. RGB value is (56,141,229). Sum of RGB (Red+Green+Blue) = 56+141+229=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #388DE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DE5 is #C7721A. Grayscale: #7D7D7D. Windows color (decimal): -13070875 or 15043896. OLE color: 15043896.

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

Color convert

RGB56141229-
CMYK0.760.3800.10
HSL210.52º76.89%55.88%-
HSV(B)210.52º75.55%89.8%-
XYZ25.325.5577.73-
YUV125.62186.3478.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.15%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 229 (89.84% from 255) = 53.76%
R=13.15%
G=33.10%
B=53.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal561412290.760.3800.10210.5276.8955.88
Hex388DE54C260Ad34d38
Octal702153451144601232311570
Binary1110001000110111100101100110010011001010110100111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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