#3886EB

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

Shades of Dodger Blue #3886EB

Tints of Dodger Blue #3886EB

Color information

#3886EB (or 0x3886EB) is unknown color: approx Dodger Blue. HEX triplet: 38, 86 and EB. RGB value is (56,134,235). Sum of RGB (Red+Green+Blue) = 56+134+235=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #3886EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3886EB is #C77914. Grayscale: #797979. Windows color (decimal): -13072661 or 15435320. OLE color: 15435320.

HSL color Cylindrical-coordinate representation of color #3886EB: hue angle of 213.85º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3886EB is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB56134235-
CMYK0.760.4300.08
HSL213.85º81.74%57.06%-
HSV(B)213.85º76.17%92.16%-
XYZ25.1523.8981.88-
YUV122.19191.6680.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.18%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 235 (92.19% from 255) = 55.29%
R=13.18%
G=31.53%
B=55.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal561342350.760.4300.08213.8581.7457.06
Hex3886EB4C2B08d65239
Octal702063531145301032612271
Binary1110001000011011101011100110010101101000110101101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3886EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3886EB; }

 p { color: rgb(56,134,235); }

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

<style>
 a { background-color: #3886EB; }

 a { background-color: rgb(56,134,235); }

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

<style>
 span { border-color: #3886EB; }

 span { border-color: rgb(56,134,235); }

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