#3686FD

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

Shades of Dodger Blue #3686FD

Tints of Dodger Blue #3686FD

Color information

#3686FD (or 0x3686FD) is unknown color: approx Dodger Blue. HEX triplet: 36, 86 and FD. RGB value is (54,134,253). Sum of RGB (Red+Green+Blue) = 54+134+253=441 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.24% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #3686FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3686FD is #C97902. Grayscale: #7B7B7B. Windows color (decimal): -13203715 or 16614966. OLE color: 16614966.

HSL color Cylindrical-coordinate representation of color #3686FD: hue angle of 215.88º 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 #3686FD is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB54134253-
CMYK0.790.4700.01
HSL215.88º98.03%60.2%-
HSV(B)215.88º78.66%99.22%-
XYZ27.7824.9396.28-
YUV123.6520178.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.24%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 253 (99.22% from 255) = 57.37%
R=12.24%
G=30.39%
B=57.37%

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
Decimal541342530.790.4700.01215.8898.0360.2
Hex3686FD4F2F01d8623c
Octal66206375117570133014274
Binary1101101000011011111101100111110111101110110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3686FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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