#3786F1

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

Shades of Dodger Blue #3786F1

Tints of Dodger Blue #3786F1

Color information

#3786F1 (or 0x3786F1) is unknown color: approx Dodger Blue. HEX triplet: 37, 86 and F1. RGB value is (55,134,241). Sum of RGB (Red+Green+Blue) = 55+134+241=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #3786F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3786F1 is #C8790E. Grayscale: #7A7A7A. Windows color (decimal): -13138191 or 15828535. OLE color: 15828535.

HSL color Cylindrical-coordinate representation of color #3786F1: hue angle of 214.52º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3786F1 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB55134241-
CMYK0.770.4400.05
HSL214.52º86.92%58.04%-
HSV(B)214.52º77.18%94.51%-
XYZ25.9824.2186.52-
YUV122.58194.8379.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.79%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 241 (94.53% from 255) = 56.05%
R=12.79%
G=31.16%
B=56.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal551342410.770.4400.05214.5286.9258.04
Hex3786F14D2C05d7573a
Octal67206361115540532712772
Binary110111100001101111000110011011011000101110101111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3786F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3786F1; }

 p { color: rgb(55,134,241); }

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

<style>
 a { background-color: #3786F1; }

 a { background-color: rgb(55,134,241); }

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

<style>
 span { border-color: #3786F1; }

 span { border-color: rgb(55,134,241); }

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