#3586FD

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

Shades of Dodger Blue #3586FD

Tints of Dodger Blue #3586FD

Color information

#3586FD (or 0x3586FD) is unknown color: approx Dodger Blue. HEX triplet: 35, 86 and FD. RGB value is (53,134,253). Sum of RGB (Red+Green+Blue) = 53+134+253=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #3586FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3586FD is #CA7902. Grayscale: #7A7A7A. Windows color (decimal): -13269251 or 16614965. OLE color: 16614965.

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

Color convert

RGB53134253-
CMYK0.790.4700.01
HSL215.7º98.04%60%-
HSV(B)215.7º79.05%99.22%-
XYZ27.7224.996.27-
YUV123.35201.1677.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.05%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 253 (99.22% from 255) = 57.5%
R=12.05%
G=30.45%
B=57.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal531342530.790.4700.01215.798.0460
Hex3586FD4F2F01d8623c
Octal65206375117570133014274
Binary1101011000011011111101100111110111101110110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3586FD; }

 p { color: rgb(53,134,253); }

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

<style>
 a { background-color: #3586FD; }

 a { background-color: rgb(53,134,253); }

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

<style>
 span { border-color: #3586FD; }

 span { border-color: rgb(53,134,253); }

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