#388EE5

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

Shades of Dodger Blue #388EE5

Tints of Dodger Blue #388EE5

Color information

#388EE5 (or 0x388EE5) is unknown color: approx Dodger Blue. HEX triplet: 38, 8E and E5. RGB value is (56,142,229). Sum of RGB (Red+Green+Blue) = 56+142+229=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #388EE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388EE5 is #C7711A. Grayscale: #7D7D7D. Windows color (decimal): -13070619 or 15044152. OLE color: 15044152.

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

Color convert

RGB56142229-
CMYK0.760.3800.10
HSL210.17º76.89%55.88%-
HSV(B)210.17º75.55%89.8%-
XYZ25.4525.8477.78-
YUV126.2186.0177.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.11%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 229 (89.84% from 255) = 53.63%
R=13.11%
G=33.26%
B=53.63%

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
Decimal561422290.760.3800.10210.1776.8955.88
Hex388EE54C260Ad24d38
Octal702163451144601232211570
Binary1110001000111011100101100110010011001010110100101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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