#3795EC

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

Shades of Dodger Blue #3795EC

Tints of Dodger Blue #3795EC

Color information

#3795EC (or 0x3795EC) is unknown color: approx Dodger Blue. HEX triplet: 37, 95 and EC. RGB value is (55,149,236). Sum of RGB (Red+Green+Blue) = 55+149+236=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #3795EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3795EC is #C86A13. Grayscale: #828282. Windows color (decimal): -13134356 or 15504695. OLE color: 15504695.

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

Color convert

RGB55149236-
CMYK0.770.3700.07
HSL208.84º82.65%57.06%-
HSV(B)208.84º76.69%92.55%-
XYZ27.4628.3683.38-
YUV130.81187.3673.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.5%
GREEN value IS 149 (58.59% from 255) = 33.86%
BLUE value IS 236 (92.58% from 255) = 53.64%
R=12.5%
G=33.86%
B=53.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal551492360.770.3700.07208.8482.6557.06
Hex3795EC4D2507d15339
Octal67225354115450732112371
Binary110111100101011110110010011011001010111110100011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3795EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3795EC; }

 p { color: rgb(55,149,236); }

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

<style>
 a { background-color: #3795EC; }

 a { background-color: rgb(55,149,236); }

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

<style>
 span { border-color: #3795EC; }

 span { border-color: rgb(55,149,236); }

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