#388AFB

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

Shades of Dodger Blue #388AFB

Tints of Dodger Blue #388AFB

Color information

#388AFB (or 0x388AFB) is unknown color: approx Dodger Blue. HEX triplet: 38, 8A and FB. RGB value is (56,138,251). Sum of RGB (Red+Green+Blue) = 56+138+251=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #388AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388AFB is #C77504. Grayscale: #7D7D7D. Windows color (decimal): -13071621 or 16484920. OLE color: 16484920.

HSL color Cylindrical-coordinate representation of color #388AFB: hue angle of 214.77º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388AFB is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB56138251-
CMYK0.780.4500.02
HSL214.77º96.06%60.2%-
HSV(B)214.77º77.69%98.43%-
XYZ28.1325.9894.8-
YUV126.36198.3377.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.58%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 251 (98.44% from 255) = 56.40%
R=12.58%
G=31.01%
B=56.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal561382510.780.4500.02214.7796.0660.2
Hex388AFB4E2D02d7603c
Octal70212373116550232714074
Binary11100010001010111110111001110101101010110101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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