#3785FC

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

Shades of Dodger Blue #3785FC

Tints of Dodger Blue #3785FC

Color information

#3785FC (or 0x3785FC) is unknown color: approx Dodger Blue. HEX triplet: 37, 85 and FC. RGB value is (55,133,252). Sum of RGB (Red+Green+Blue) = 55+133+252=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #3785FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3785FC is #C87A03. Grayscale: #7A7A7A. Windows color (decimal): -13138436 or 16549175. OLE color: 16549175.

HSL color Cylindrical-coordinate representation of color #3785FC: hue angle of 216.24º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3785FC is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB55133252-
CMYK0.780.4700.01
HSL216.24º97.04%60.2%-
HSV(B)216.24º78.17%98.82%-
XYZ27.5324.6295.4-
YUV123.24200.6679.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.5%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 252 (98.83% from 255) = 57.27%
R=12.5%
G=30.23%
B=57.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal551332520.780.4700.01216.2497.0460.2
Hex3785FC4E2F01d8613c
Octal67205374116570133014174
Binary1101111000010111111100100111010111101110110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3785FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3785FC; }

 p { color: rgb(55,133,252); }

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

<style>
 a { background-color: #3785FC; }

 a { background-color: rgb(55,133,252); }

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

<style>
 span { border-color: #3785FC; }

 span { border-color: rgb(55,133,252); }

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