#388FED

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

Shades of Dodger Blue #388FED

Tints of Dodger Blue #388FED

Color information

#388FED (or 0x388FED) is unknown color: approx Dodger Blue. HEX triplet: 38, 8F and ED. RGB value is (56,143,237). Sum of RGB (Red+Green+Blue) = 56+143+237=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #388FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FED is #C77012. Grayscale: #7F7F7F. Windows color (decimal): -13070355 or 15568696. OLE color: 15568696.

HSL color Cylindrical-coordinate representation of color #388FED: hue angle of 211.16º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #388FED is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56143237-
CMYK0.760.4000.07
HSL211.16º83.41%57.45%-
HSV(B)211.16º76.37%92.94%-
XYZ26.7426.683.85-
YUV127.7189.6876.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.84%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 237 (92.97% from 255) = 54.36%
R=12.84%
G=32.80%
B=54.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561432370.760.4000.07211.1683.4157.45
Hex388FED4C2807d35339
Octal70217355114500732312371
Binary111000100011111110110110011001010000111110100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,143,237); }

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

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

 a { background-color: rgb(56,143,237); }

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

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

 span { border-color: rgb(56,143,237); }

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