#3782F2

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

Shades of Dodger Blue #3782F2

Tints of Dodger Blue #3782F2

Color information

#3782F2 (or 0x3782F2) is unknown color: approx Dodger Blue. HEX triplet: 37, 82 and F2. RGB value is (55,130,242). Sum of RGB (Red+Green+Blue) = 55+130+242=427 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.88% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 242 (94.92% from 255 or 56.67% from 427); Max value from RGB is 242 - color contains mainly: blue. Hex color #3782F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3782F2 is #C87D0D. Grayscale: #777777. Windows color (decimal): -13139214 or 15893047. OLE color: 15893047.

HSL color Cylindrical-coordinate representation of color #3782F2: hue angle of 215.94º degrees, saturation: 0.88, 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 #3782F2 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB55130242-
CMYK0.770.4600.05
HSL215.94º87.79%58.24%-
HSV(B)215.94º77.27%94.9%-
XYZ25.5923.1987.13-
YUV120.34196.6581.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.88%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 242 (94.92% from 255) = 56.67%
R=12.88%
G=30.44%
B=56.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal551302420.770.4600.05215.9487.7958.24
Hex3782F24D2E05d8583a
Octal67202362115560533013072
Binary110111100000101111001010011011011100101110110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3782F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3782F2; }

 p { color: rgb(55,130,242); }

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

<style>
 a { background-color: #3782F2; }

 a { background-color: rgb(55,130,242); }

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

<style>
 span { border-color: #3782F2; }

 span { border-color: rgb(55,130,242); }

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