#388AFE

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

Shades of Dodger Blue #388AFE

Tints of Dodger Blue #388AFE

Color information

#388AFE (or 0x388AFE) is unknown color: approx Dodger Blue. HEX triplet: 38, 8A and FE. RGB value is (56,138,254). Sum of RGB (Red+Green+Blue) = 56+138+254=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #388AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388AFE is #C77501. Grayscale: #7E7E7E. Windows color (decimal): -13071618 or 16681528. OLE color: 16681528.

HSL color Cylindrical-coordinate representation of color #388AFE: hue angle of 215.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388AFE is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB56138254-
CMYK0.780.4600.00
HSL215.15º99%60.78%-
HSV(B)215.15º77.95%99.61%-
XYZ28.6126.1797.31-
YUV126.71199.8377.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.5%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 254 (99.61% from 255) = 56.70%
R=12.5%
G=30.80%
B=56.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal561382540.780.4600.00215.159960.78
Hex388AFE4E2E00d7633d
Octal70212376116560032714375
Binary1110001000101011111110100111010111000110101111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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